summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-10tcp: avoid looping in tcp_send_fin()Eric Dumazet1-20/+27
2015-05-10ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-10tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-10net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-5/+7
2015-05-10net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+6
2015-05-10udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-05-10ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-05-10ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-05-10ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-05-10ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-10ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
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