summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio2019-07-021-8/+14
| * | | | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-021-2/+1
| * | | | ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-283-5/+55
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-271-1/+2
| * | | | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet2019-06-261-5/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2572-552/+804
| |\ \ \ \
| | * | | | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-242-13/+104
| | * | | | ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
| | * | | | ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
| | * | | | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-1/+7
| | * | | | ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-241-2/+8
| | * | | | ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-241-1/+5
| | | |/ / | | |/| |
| | * | | net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-233-22/+19
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2226-99/+34
| | |\ \ \
| | * | | | net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke2019-06-191-2/+8
| | * | | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-192-17/+16
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1813-45/+74
| | |\ \ \ \
| | * | | | | net: ipv4: remove erroneous advancement of list pointerFlorian Westphal2019-06-181-2/+1
| | * | | | | net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2019-06-171-66/+31
| | * | | | | udp: Remove unused variable/function (exact_dif)Tim Beale2019-06-151-12/+0
| | * | | | | udp: Remove unused parameter (exact_dif)Tim Beale2019-06-151-5/+5
| | * | | | | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-152-6/+11
| | * | | | | ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-06-152-1/+18
| | * | | | | tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn2019-06-151-1/+1
| | * | | | | tcp: add optional per socket transmit delayEric Dumazet2019-06-124-8/+51
| | * | | | | nexthops: add support for replaceDavid Ahern2019-06-101-5/+214
| | * | | | | ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern2019-06-101-6/+65
| | * | | | | ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-102-0/+34
| | * | | | | nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2019-06-101-0/+31
| | * | | | | tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing2019-06-101-3/+3
| | * | | | | ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-101-0/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0739-228/+52
| | |\ \ \ \ \
| * | | | | | | netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra2019-06-211-0/+1
| * | | | | | | netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera2019-06-211-1/+0
| * | | | | | | netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2019-06-171-388/+6
| * | | | | | | Update my email addressJozsef Kadlecsik2019-06-102-2/+2
| |/ / / / / /
| * | | | | | inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu2019-06-061-3/+2
| * | | | | | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-064-4/+4
| | |_|_|_|/ | |/| | | |
| * | | | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-0/+44
| * | | | | ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-053-36/+177
| * | | | | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-056-33/+58
| * | | | | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-056-46/+69
| * | | | | net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-041-1/+1
| * | | | | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-041-3/+2
| * | | | | tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet2019-06-041-2/+2
| * | | | | ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet2019-06-041-1/+1
| * | | | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-31/+57
| * | | | | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-032-9/+20
| * | | | | netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal2019-06-031-2/+7