summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-12libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2014-03-12SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-03-12net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2-3/+78
2014-03-12net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-03-12net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-03-12net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-22mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2-4/+10
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-02-06x86, x32: Correct invalid use of user timespec in the kernelPaX Team1-7/+2
2014-01-16bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-16net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-01-16vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+18
2014-01-16net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-01-16rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-01-16net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-16net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-01-16net: unix: allow set_peek_off to failSasha Levin2-3/+7
2014-01-16net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-01-16ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-6/+2
2014-01-16rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2014-01-08radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman1-3/+0
2013-12-20mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2
2013-12-12net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-12-08packet: fix use after free race in send path when dev is releasedDaniel Borkmann1-23/+37
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa7-10/+14
2013-12-08net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa1-1/+2
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa26-91/+53
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa7-29/+13
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-086lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson1-0/+1
2013-11-20netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy1-1/+1
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3