summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-52/+67
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel3-3/+3
2020-11-15inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-15tcp: uninline tcp_stream_memory_free()Eric Dumazet1-0/+14
2020-11-15IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+3
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+25
2020-11-13net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-12ipv4: Set nexthop flags in a more consistent wayIdo Schimmel1-5/+2
2020-11-12net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat1-6/+6
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-11net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+7
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-9/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2-4/+4
2020-11-10vti: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-10tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio1-2/+2
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2-0/+4
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+9
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel1-9/+0
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel1-2/+52
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel1-1/+6
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel1-2/+30
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel1-0/+10
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel1-1/+5
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+5
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+21
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel1-0/+2
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel1-1/+1
2020-11-06nexthop: Prepare new notification infoIdo Schimmel1-0/+109
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel1-2/+3
2020-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-2/+126
2020-11-05tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-0/+3
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-2/+2
2020-11-03tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2-6/+6
2020-11-01netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso1-2/+4
2020-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-5/+7
2020-11-01ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez1-0/+122
2020-10-31udp: support sctp over udp in skb_udp_tunnel_segmentXin Long1-0/+3
2020-10-31udp: check udp sock encap_type in __udp_lib_errXin Long1-1/+1
2020-10-30net: ipv4: Fix some kerneldoc warnings in TCP Low PriorityAndrew Lunn1-0/+7
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld3-5/+7