aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-06-21raw: complete rcu conversionEric Dumazet
2022-06-20skmsg: Get rid of skb_clone()Cong Wang
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang
2022-06-20erspan: do not assume transport header is always setEric Dumazet
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-19raw: use more conventional iteratorsEric Dumazet
2022-06-18ping: convert to RCU lookups, get rid of rwlockEric Dumazet
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti
2022-06-17tcp: fix build...David S. Miller
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-09net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-08tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song
2022-06-08ip_gre: test csum_start instead of transport headerWillem de Bruijn
2022-06-08net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada
2022-06-02bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-05-30net: ipv4: Avoid bounds check warninghuhai
2022-05-28tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-05-19tcp: improve PRR loss recoveryYuchung Cheng
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-05-16netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi
2022-05-16net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong
2022-05-16inet: rename INET_MATCH()Eric Dumazet
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski