summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel1-1/+1
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet2-2/+2
2014-12-14SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-12-14sunrpc: fix byte-swapping of displayed XIDChuck Lever1-1/+1
2014-12-14libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-12-14mac80211: fix use-after-free in defragmentationJohannes Berg1-7/+7
2014-12-14mac80211: properly flush delayed scan work on interface removalJohannes Berg1-1/+6
2014-12-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+6
2014-11-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-11-05ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov1-1/+0
2014-11-05net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-11-05net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-11-05net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-11-05ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-11-05ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong1-2/+12
2014-11-05ipv4: disable bh while doing route gcMarcelo Ricardo Leitner1-2/+2
2014-11-05ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner1-5/+16
2014-11-05ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner1-14/+29
2014-11-05nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-11-05libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-11-05libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-11-05libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-11-05libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2-7/+7
2014-09-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-09-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-09-14net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-09-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-09-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-09-14ip: make IP identifiers less predictableEric Dumazet2-3/+35
2014-09-14inetpeer: get rid of ip_id_countEric Dumazet10-102/+37
2014-09-14netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2-11/+21
2014-09-14netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
2014-09-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-09-14Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-08-06ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov1-1/+1
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-08-06rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-08-06dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-08-06dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-08-06net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-08-06appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-08-06igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-08-068021q: fix a potential memory leakLi RongQing1-1/+4
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-08-06net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings2-78/+3
2014-08-06Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings1-2/+2
2014-07-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+3
2014-07-11skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1