summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2022-06-281-0/+6
|\
| * net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan2022-06-101-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell2022-06-281-16/+8
|\ \
| * | xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-16/+8
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell2022-06-284-40/+57
|\ \ \
| * | | bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz2022-06-231-33/+0
| * | | bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz2022-06-231-0/+6
| * | | skmsg: Get rid of skb_clone()Cong Wang2022-06-201-0/+1
| * | | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-203-13/+9
| * | | tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+47
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2022-06-2820-343/+343
|\ \ \ \
| * | | | ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet2022-06-271-1/+1
| * | | | raw: fix a typo in raw_icmp_error()Eric Dumazet2022-06-241-1/+1
| * | | | net: helper function skb_len_addRichard Gobert2022-06-242-9/+3
| * | | | ipmr: convert mrt_lock to a spinlockEric Dumazet2022-06-241-10/+9
| * | | | ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet2022-06-241-4/+4
| * | | | ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet2022-06-242-6/+4
| * | | | ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet2022-06-241-2/+0
| * | | | ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet2022-06-241-7/+2
| * | | | ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet2022-06-241-17/+8
| * | | | ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet2022-06-241-20/+22
| * | | | ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet2022-06-241-5/+5
| * | | | ipmr: ipmr_cache_report() changesEric Dumazet2022-06-241-16/+29
| * | | | ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet2022-06-241-2/+2
| * | | | ipmr: add rcu protection over (struct vif_device)->devEric Dumazet2022-06-242-45/+69
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-233-11/+17
| |\ \ \ \
| * | | | | raw: complete rcu conversionEric Dumazet2022-06-212-6/+6
| | |/ / / | |/| | |
| * | | | raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-202-6/+6
| * | | | raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima2022-06-201-1/+1
| * | | | raw: convert raw sockets to RCUEric Dumazet2022-06-193-54/+53
| * | | | raw: use more conventional iteratorsEric Dumazet2022-06-192-77/+49
| * | | | ping: convert to RCU lookups, get rid of rwlockEric Dumazet2022-06-181-20/+16
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-172-1/+3
| |\ \ \ \
| | * | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-1/+2
| | * | | | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-021-0/+1
| | | |_|/ | | |/| |
| * | | | tcp: fix build...David S. Miller2022-06-171-16/+0
| * | | | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-0/+17
| * | | | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-4/+29
| * | | | tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-06-171-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-163-377/+77
| |\ \ \ \
| * | | | | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-103-26/+4
| * | | | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-104-0/+12
| * | | | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-104-9/+9
| | |_|_|/ | |/| | |
| * | | | net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet2022-06-091-4/+4
| * | | | net: rename reference+tracking helpersJakub Kicinski2022-06-095-13/+13
* | | | | tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet2022-06-271-1/+1
* | | | | tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-06-241-1/+5
| |_|_|/ |/| | |
* | | | sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-3/+0
* | | | erspan: do not assume transport header is always setEric Dumazet2022-06-201-5/+10
* | | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-3/+7
| |/ / |/| |