summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3Star
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1Star
* udp: fix secpath leakYossi Kuperman2017-09-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-291-3/+4
|\
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-251-1/+1
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-251-2/+3
* | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-261-1/+3
* | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-262-6/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-08-243-10/+13
|\ \ | |/ |/|
| * netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-312-9/+10
| * netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-07-191-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-222-6/+9
|\ \
| * | esp: Fix error handling on layer 2 xmit.Steffen Klassert2017-08-071-1/+1
| * | esp: Fix memleaks on error paths.Steffen Klassert2017-07-131-5/+8
* | | tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-191-2/+1Star
* | | net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-191-2/+9
* | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-1/+2
* | | ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-171-1/+1
* | | net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-161-5/+7
* | | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-151-2/+2
* | | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-151-7/+7
* | | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
* | | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-102-4/+6
* | | igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-102-6/+7
* | | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-091-1/+1
* | | tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-091-0/+4
* | | tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-042-18/+16Star
* | | tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-041-9/+5Star
* | | tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-041-4/+1Star
* | | net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-031-1/+2
* | | tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
* | | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-0/+1
* | | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-021-2/+10
* | | ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-08-011-1/+1
* | | tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-301-2/+3
* | | udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-1/+2
* | | udp: unbreak build lacking CONFIG_XFRMPaolo Abeni2017-07-261-1/+1
* | | udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-251-20/+18Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-216-23/+60
|\ \ \
| * | | ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-211-4/+5
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-181-2/+1Star
| |\ \
| | * | netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1Star
| * | | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
| * | | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
| |/ /
| * | tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
| * | tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0Star
| * | tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
| * | tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
| * | tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1Star