aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-142-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | net: Use generic ns_common::countChristian Brauner2020-08-192-3/+3
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-092-14/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-082-14/+14
* | | | | | | | | | tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | | | | | | | | | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
* | | | | | | | | | tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
|/ / / / / / / / /
* | | | | | | | | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
* | | | | | | | | ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-041-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-4/+8
* | | | | | | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-233-11/+74
* | | | | | | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
* | | | | | | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-2/+3
| |_|_|_|/ / |/| | | | |
* | | | | | 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
| |_|_|/ / |/| | | |
* | | | | 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
|/ / / /
* | | | 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
|/ / / /
* | | / tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
| |_|/ |/| |