summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings3-17/+11
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-6/+5
2015-02-20ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-10/+22
2015-01-01ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2015-01-01tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet3-89/+23
2015-01-01ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
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 Dumazet1-1/+1
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-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 Dumazet1-3/+33
2014-09-14inetpeer: get rid of ip_id_countEric Dumazet7-64/+27
2014-09-14netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-3/+3
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-08-06igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings1-66/+2
2014-08-06Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings1-2/+2
2014-07-11net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf2-4/+8
2014-04-09net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+66
2014-02-15net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-02-15inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-02-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-03inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa4-4/+5
2014-01-03inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa3-14/+6
2014-01-03ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-28ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-28tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-27ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-27ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-10-27inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2013-10-27inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2013-10-27tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-10-27tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6