summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo2-1/+3
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-40/+57
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen1-4/+4
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-06-29tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet1-9/+17
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet1-1/+1
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet1-1/+1
2022-06-25raw: fix a typo in raw_icmp_error()Eric Dumazet1-1/+1
2022-06-25tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+5
2022-06-25net: helper function skb_len_addRichard Gobert2-9/+3
2022-06-24ipmr: convert mrt_lock to a spinlockEric Dumazet1-10/+9
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet1-4/+4
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet2-6/+4
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet1-2/+0
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet1-7/+2
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet1-17/+8
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet1-20/+22
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet1-5/+5
2022-06-24ipmr: ipmr_cache_report() changesEric Dumazet1-16/+29
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet1-2/+2
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet2-45/+69
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+17
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz1-33/+0
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz1-0/+6
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-3/+0
2022-06-21raw: complete rcu conversionEric Dumazet2-6/+6
2022-06-20skmsg: Get rid of skb_clone()Cong Wang1-0/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang3-13/+9
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+47
2022-06-20erspan: do not assume transport header is always setEric Dumazet1-5/+10
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2-6/+6
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima1-1/+1
2022-06-19raw: convert raw sockets to RCUEric Dumazet3-54/+53
2022-06-19raw: use more conventional iteratorsEric Dumazet2-77/+49
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet1-20/+16
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+3
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-3/+7
2022-06-17tcp: fix build...David S. Miller1-16/+0
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-4/+29
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-06-17bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-1/+2
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-377/+77
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong3-377/+77
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet3-26/+4
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet4-0/+12
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet4-9/+9
2022-06-10net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet1-4/+4
2022-06-10net: rename reference+tracking helpersJakub Kicinski5-13/+13