summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-244-2/+7
| |\ \ \ \ \ \ \
| * | | | | | | | 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 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-127-10/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | | | | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-187-10/+11
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-9/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | net: devinet: Reduce refcount before grace periodEric Dumazet2022-11-301-9/+10
* | | | | | | | | ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-061-0/+3
* | | | | | | | | ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-061-0/+1
* | | | | | | | | ip_gre: do not report erspan version on GRE interfaceHangbin Liu2022-12-061-19/+29
* | | | | | | | | inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-1/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-232-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-191-0/+3
| * | | | | | | | xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
* | | | | | | | | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
* | | | | | | | | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-223-8/+36
* | | | | | | | | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-223-32/+44
* | | | | | | | | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
* | | | | | | | | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2
* | | | | | | | | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook2022-11-211-1/+1
* | | | | | | | | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-2/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-5/+15
| |_|/ / / / / |/| | | | | |
* | | | | | | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-071-1/+1
* | | | | | | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2
* | | | | | net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov2022-10-281-0/+3
* | | | | | net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-282-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 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
| | |/ | |/|
* | | 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