summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt
2020-11-28ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-20tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck
2020-11-20mptcp: track window announced to peerFlorian Westphal
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet
2020-11-14IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-12net: ipconfig: Avoid spurious blank lines in boot logThierry Reding
2020-11-12net: udp: remove redundant initialization in udp_gro_completeMenglong Dong
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin
2020-11-11ipv4: Set nexthop flags in a more consistent wayIdo Schimmel
2020-11-11net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-10net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-11-09vti: switch to dev_get_tstats64Heiner Kallweit
2020-11-09net: udp: remove redundant initialization in udp_dump_oneMenglong Dong
2020-11-09net: udp: remove redundant initialization in udp_send_skbMenglong Dong
2020-11-09tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio
2020-11-09net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel