summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-113-111/+3
* netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-111-1/+1
* netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-083-98/+0
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-12/+7
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* tcp: remove redundant check on tskbColin Ian King2019-04-061-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-054-25/+25
|\
| * tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| * vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-012-6/+5
| * tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
* | tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)2019-04-041-1/+6
* | net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso2019-04-041-5/+2
* | ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-031-5/+17
* | ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-031-20/+32
* | ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-031-59/+107
* | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-035-33/+72
* | ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2019-04-031-1/+1
* | net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2019-04-011-1/+1
* | tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet2019-03-291-0/+2
* | net: Use common nexthop init and release helpersDavid Ahern2019-03-291-21/+39
* | net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-1/+6
* | ipv4: Rename fib_nh entriesDavid Ahern2019-03-294-134/+135
* | ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-12/+17
* | ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-89/+91
* | ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2019-03-292-27/+8
* | ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern2019-03-291-6/+9
* | inet: switch IP ID generator to siphashEric Dumazet2019-03-271-5/+7
* | tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2019-03-271-10/+3
* | fou: Support binding FoU socketKristian Evensen2019-03-271-16/+122
* | tcp: add one skb cache for rxEric Dumazet2019-03-233-2/+17
* | tcp: add one skb cache for txEric Dumazet2019-03-231-27/+23
* | tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet2019-03-231-6/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-222-5/+2
* | net: dst: remove gc leftoversJulian Wiedmann2019-03-211-1/+1
* | ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern2019-03-212-6/+17
* | tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2019-03-192-12/+10
|/
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-081-2/+2
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-081-0/+4
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
* tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
* iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-902/+6
|\
| * netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-99/+0
| * netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-013-100/+0
| * netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-013-91/+0
| * netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-272-9/+5