aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-10-131-4/+12
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-08-121-2/+4
* udp: fix behavior of wrong checksumsEric Dumazet2015-08-071-4/+2
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-091-20/+27
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-091-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-091-5/+2
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-091-5/+7
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-05-091-1/+6
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-091-1/+2
* ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-05-091-4/+7
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-05-091-1/+4
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-05-091-6/+2
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-091-0/+1
* ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-05-091-1/+1
* Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings2015-02-203-17/+11
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2015-02-201-6/+5
* ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-10/+22
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2015-01-011-3/+9
* tcp: md5: do not use alloc_percpu()Eric Dumazet2015-01-011-39/+20
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2015-01-013-89/+23
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2015-01-011-1/+1
* Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel2014-12-141-1/+1
* tcp: be more strict before accepting ECN negociationEric Dumazet2014-12-141-1/+1
* ipv4: disable bh while doing route gcMarcelo Ricardo Leitner2014-11-051-2/+2
* ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner2014-11-051-5/+16
* ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner2014-11-051-14/+29
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-09-131-1/+2
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-09-131-1/+1
* ip: make IP identifiers less predictableEric Dumazet2014-09-131-3/+33
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-137-64/+27
* netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-09-131-3/+3
* netfilter: ipt_ULOG: fix info leaksMathias Krause2014-08-061-6/+1
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-08-061-0/+4
* igmp: fix the problem when mc leave groupdingtianhong2014-08-061-4/+6
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-08-061-1/+1
* Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings2014-08-061-66/+2
* Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings2014-08-061-2/+2
* net: tunnels - enable module autoloadingTom Gundersen2014-07-111-0/+1
* ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-06-091-1/+1
* ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-06-091-1/+1
* net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-06-091-2/+2
* tcp_cubic: fix the range of delayed_ackLiu Yu2014-06-091-1/+1
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-06-091-4/+11
* netfilter: Can't fail and free after table replacementThomas Graf2014-06-092-4/+8
* net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-04-091-2/+66
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-151-2/+5
* inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell2014-02-151-1/+3
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2014-02-151-0/+16
* inet: fix possible seqlock deadlocksEric Dumazet2014-01-033-3/+3
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-034-4/+5