summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet2022-06-281-9/+17
* 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
|\
| * 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
* | 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
|\ \ \ | | |/ | |/|
| * | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-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
|/ /
* | tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-081-4/+6
* | ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-081-6/+5
* | net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-081-1/+0
|/
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-05-311-2/+2
* net: ipv4: Avoid bounds check warninghuhai2022-05-301-2/+2
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-05-281-4/+7
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2556-680/+939
|\
| * net: Add a second bind table hashed by port and addressJoanne Koong2022-05-203-77/+377
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-191-2/+1
| |\
| | * netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-161-2/+1
| * | tcp: improve PRR loss recoveryYuchung Cheng2022-05-191-5/+5