aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-021-31/+1
* sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-04-021-2/+6
* radiotap: fix bitmap-end-finding buffer overrunJohannes Berg2014-02-151-0/+4
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-152-4/+10
* inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell2014-02-151-1/+3
* bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-02-151-2/+2
* net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-02-151-2/+3
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-02-151-1/+17
* net: rose: restore old recvmsg behaviorFlorian Westphal2014-02-151-12/+4
* rds: prevent dereference of a NULL deviceSasha Levin2014-02-151-1/+2
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2014-02-151-0/+16
* net: unix: allow bind to fail on mutex lockSasha Levin2014-02-151-2/+6
* net: drop_monitor: fix the value of maxattrChangli Gao2014-02-151-1/+0
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2014-02-151-6/+2
* rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra2014-02-151-3/+2
* net: flow_dissector: fail on evil iph->ihlJason Wang2014-01-031-0/+2
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2014-01-031-0/+7
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2014-01-031-2/+2
* inet: fix possible seqlock deadlocksEric Dumazet2014-01-033-3/+3
* af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2014-01-031-2/+2
* packet: fix use after free race in send path when dev is releasedDaniel Borkmann2014-01-031-23/+37
* bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong2014-01-031-0/+2
* net: core: Always propagate flag changes to interfacesVlad Yasevich2014-01-031-1/+1
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2014-01-031-0/+1
* net: clamp ->msg_namelen instead of returning an errorDan Carpenter2014-01-032-2/+2
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-037-10/+14
* net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa2014-01-031-1/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-0326-91/+53
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2014-01-037-29/+13
* ipv4: fix possible seqlock deadlockEric Dumazet2014-01-031-1/+1
* 6lowpan: Uncompression of traffic class field was incorrectJukka Rissanen2014-01-031-2/+2
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2014-01-031-2/+5
* net: Fix "ip rule delete table 256"Andreas Henriksson2014-01-031-1/+2
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2014-01-031-0/+3
* mac80211: don't attempt to reorder multicast framesJohannes Berg2014-01-031-1/+2
* SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2014-01-031-7/+21
* wireless: radiotap: fix parsing buffer overrunJohannes Berg2013-11-281-1/+6
* mac80211: correctly close cancelled scansEmmanuel Grumbach2013-11-282-0/+22
* mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-11-281-0/+3
* mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2013-11-281-0/+3
* netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy2013-11-281-1/+1
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-282-2/+2
* net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann2013-11-281-0/+10
* sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich2013-11-281-1/+1
* sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-11-281-1/+2
* l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet2013-11-281-0/+4
* net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde2013-11-281-1/+1
* ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner2013-11-281-4/+7
* ipv4: fix ineffective source address selectionJiri Benc2013-11-281-1/+1
* net: heap overflow in __audit_sockaddr()Dan Carpenter2013-11-282-4/+22