aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-04-06tcp: remove redundant check on tskbColin Ian King
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern
2019-04-02xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet
2019-03-29net: Use common nexthop init and release helpersDavid Ahern
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern
2019-03-27inet: switch IP ID generator to siphashEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-27fou: Support binding FoU socketKristian Evensen
2019-03-26esp4: add length check for UDP encapsulationSabrina Dubroca
2019-03-24vti4: eliminated some duplicate code.Jeremy Sowden
2019-03-24xfrm: gso partial offload supportBoris Pismenny
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-21net: dst: remove gc leftoversJulian Wiedmann