summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-01-22udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-30net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-30ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-11-27ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-09net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-09ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-05-09ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn
2015-05-09ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-09ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2015-02-20ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2015-01-01ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2015-01-01tcp: md5: do not use alloc_percpu()Eric Dumazet
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet
2015-01-01ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-12-14Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet
2014-11-05ipv4: disable bh while doing route gcMarcelo Ricardo Leitner
2014-11-05ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner
2014-11-05ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner
2014-09-13tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-09-13tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-09-13ip: make IP identifiers less predictableEric Dumazet
2014-09-13inetpeer: get rid of ip_id_countEric Dumazet
2014-09-13netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-08-06igmp: fix the problem when mc leave groupdingtianhong
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings
2014-08-06Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings
2014-07-11net: tunnels - enable module autoloadingTom Gundersen
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu