summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-12-02tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet
2022-12-01net/tcp: Separate initialization of twskDmitry Safonov
2022-12-01net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov
2022-12-01net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-12-01bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-01bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-11-30net: devinet: Reduce refcount before grace periodEric Dumazet
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-28ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-22tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed
2022-11-22ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16tcp: annotate data-race around queue->synflood_warnedEric Dumazet
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima