summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-28tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet
2022-06-24raw: fix a typo in raw_icmp_error()Eric Dumazet
2022-06-24tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-24ipmr: convert mrt_lock to a spinlockEric Dumazet
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet
2022-06-24ipmr: ipmr_cache_report() changesEric Dumazet
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-21raw: complete rcu conversionEric Dumazet
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