aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-12tcp: add optional per socket transmit delayEric Dumazet4-8/+51
2019-06-10nexthops: add support for replaceDavid Ahern1-5/+214
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern2-0/+34
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+31
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing1-3/+3
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-228/+52
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+13
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-12/+12
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern6-46/+69
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-31/+57
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal2-9/+20
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal1-2/+7
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-15/+16
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-5/+5
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+23
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-11/+23
2019-05-31nexthop: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-40/+40
2019-05-31netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal4-5/+5
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds39-214/+39
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski1-1/+1
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso1-18/+37
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-88/+112
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-33/+55
2019-05-30tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron1-24/+71
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron1-10/+20
2019-05-30tcp: add backup TFO key infrastructureJason Baron4-55/+123
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch1-36/+37
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao1-0/+2
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu1-6/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner39-214/+39
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-23/+481
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-1/+36
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+56
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+208
2019-05-28net: Initial nexthop codeDavid Ahern2-1/+723