summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+2
* net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2022-10-311-1/+1
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-312-6/+14
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-4/+9
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi2022-10-281-0/+2
* tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi2022-10-283-0/+6
* tcp: add support for PLB in DCTCPMubashir Adnan Qureshi2022-10-281-1/+22
* tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-283-2/+109
* tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2022-10-282-0/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-273-4/+4
|\
| * nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
| * Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel2022-10-271-1/+1
| * Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel2022-10-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-244-2/+7
|\|
| * Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-242-2/+5
| |\
| | * tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
| | * tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei2022-10-241-1/+3
| * | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-232-0/+2
| |\ \ | | |/ | |/|
| | * net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-222-0/+2
* | | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-1/+1
* | | udp: track the forward memory release threshold in an hot cachelinePaolo Abeni2022-10-241-3/+15
|/ /
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-204-2/+4
|\ \ | |/ |/|
| * netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2022-10-192-0/+2
| * udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-182-2/+2
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-169-13/+13
|\ \ | |/ |/|
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-3/+3
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-113-4/+4
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-5/+5
* | tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2022-10-132-5/+19
* | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-121-4/+6
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-7/+16
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-122-3/+14
* | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-122-2/+2
* | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
* | inet: ping: fix recent breakageEric Dumazet2022-10-121-16/+5
* | ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
* | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-033-8/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-09-301-1/+4
| |\
| | * esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2022-08-291-1/+4
| * | tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-302-7/+14
* | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-2/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-1/+17
|\ \ \
| * | | bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-0/+1
| * | | bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu2022-09-101-1/+1
| * | | bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-091-0/+15
* | | | once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-2/+2