summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+2
| * | | | | | | ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-081-2/+8
| * | | | | | | ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern2019-04-081-1/+9
| * | | | | | | ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern2019-04-081-4/+6
| * | | | | | | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-082-17/+23
| * | | | | | | neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-081-1/+1
| * | | | | | | ipv4: Add fib_check_nh_v6_gwDavid Ahern2019-04-081-0/+27
| * | | | | | | ipv4: Refactor fib_check_nhDavid Ahern2019-04-081-109/+125
| * | | | | | | ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-081-6/+23
| * | | | | | | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-082-5/+28
| * | | | | | | ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-082-17/+31
| * | | | | | | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-085-30/+34
| * | | | | | | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-082-16/+14
| | |/ / / / / | |/| | | | |
| * | | | | | 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: 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
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-181-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()Paul E. McKenney2019-04-091-1/+1
| | |/ / / /
* | | | | | udp: fix GRO packet of deathEric Dumazet2019-05-011-3/+10
* | | | | | ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-304-24/+37
|\ \ \ \ \ \
| * | | | | | xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-04-021-11/+13