summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-123-7/+25
|\
| * net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-2/+15
| * net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| * net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-101-2/+7
| * tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
* | net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-11-121-5/+9
* | net: udp: remove redundant initialization in udp_gro_completeMenglong Dong2020-11-121-1/+1
* | ipv4: Set nexthop flags in a more consistent wayIdo Schimmel2020-11-111-5/+2
* | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat2020-11-111-6/+6
* | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-101-1/+1
* | net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong2020-11-101-2/+1
* | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-9/+0
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-092-4/+4
* | vti: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* | net: udp: remove redundant initialization in udp_dump_oneMenglong Dong2020-11-091-1/+1
* | net: udp: remove redundant initialization in udp_send_skbMenglong Dong2020-11-091-1/+1
* | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-092-0/+4
* | net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-065-10/+9
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-041-2/+2
| |\
| | * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-313-5/+7
| |\ \
| | * | netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-303-5/+7
| * | | ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-10-311-3/+0
| |/ /
* | | nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel2020-11-061-9/+0
* | | nexthop: Replay nexthops when registering a notifierIdo Schimmel2020-11-061-2/+52
* | | nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
* | | nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel2020-11-061-1/+6
* | | nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel2020-11-061-2/+30
* | | nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel2020-11-061-0/+10
* | | nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel2020-11-061-1/+5
* | | nexthop: Emit a notification when a nexthop is addedIdo Schimmel2020-11-061-1/+5
* | | nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel2020-11-061-0/+21
* | | rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel2020-11-061-0/+2
* | | nexthop: vxlan: Convert to new notification infoIdo Schimmel2020-11-061-1/+1
* | | nexthop: Prepare new notification infoIdo Schimmel2020-11-061-0/+109
* | | nexthop: Pass extack to nexthop notifierIdo Schimmel2020-11-061-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-11-041-2/+126
|\ \ \
| * | | netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso2020-11-011-2/+4
| * | | netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2020-10-311-0/+122
| |/ /
* | | tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2020-11-041-0/+3
* | | tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2020-11-022-6/+6
* | | udp: support sctp over udp in skb_udp_tunnel_segmentXin Long2020-10-301-0/+3
* | | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1
* | | net: ipv4: Fix some kerneldoc warnings in TCP Low PriorityAndrew Lunn2020-10-301-0/+7
|/ /
* | tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
* | tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
* | nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
* | icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1539-362/+711
|\ \