summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* mptcp: track window announced to peerFlorian Westphal2020-11-201-4/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-195-10/+22
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-191-7/+11
| |\
| | * bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-181-1/+2
| | * bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend2020-11-181-6/+9
| * | ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-11-171-1/+1
| * | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-171-1/+3
| * | tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-171-1/+1
| * | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+6
* | | tcp: factor out __tcp_close() helperPaolo Abeni2020-11-161-2/+7
* | | tcp: factor out tcp_build_frag()Paolo Abeni2020-11-161-52/+67
* | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-163-3/+3
* | | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-141-1/+0
* | | tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-141-0/+14
* | | IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-141-0/+3
* | | 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