| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-08-29 | 2 | -9/+19 |
|\ |
|
| * | dccp: Fix out of bounds access in DCCP error handler | Jann Horn | 2023-08-28 | 2 | -9/+19 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-24 | 2 | -10/+14 |
|\| |
|
| * | ipv4: fix data-races around inet->inet_id | Eric Dumazet | 2023-08-20 | 1 | -2/+2 |
| * | dccp: annotate data-races in dccp_poll() | Eric Dumazet | 2023-08-19 | 1 | -8/+12 |
* | | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 2023-08-16 | 1 | -3/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-10 | 2 | -3/+9 |
|\| |
|
| * | dccp: fix data-race around dp->dccps_mss_cache | Eric Dumazet | 2023-08-05 | 2 | -3/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-03 | 1 | -2/+2 |
|\| |
|
| * | net: annotate data-races around sk->sk_mark | Eric Dumazet | 2023-07-29 | 1 | -2/+2 |
* | | dccp: Remove unused declaration dccp_feat_initialise_sysctls() | YueHaibing | 2023-07-28 | 1 | -1/+0 |
* | | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 2023-07-24 | 2 | -4/+1 |
* | | dccp: Set TOS and routing scope independently for fib lookups. | Guillaume Nault | 2023-07-19 | 1 | -1/+2 |
|/ |
|
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-25 | 2 | -2/+0 |
* | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 2023-06-16 | 2 | -7/+7 |
* | dccp: Print deprecation notice. | Kuniyuki Iwashima | 2023-06-16 | 1 | -0/+3 |
* | netfilter: keep conntrack reference until IPsecv6 policy checks are done | Madhu Koriginja | 2023-03-22 | 1 | -0/+1 |
* | dccp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2023-03-17 | 3 | -11/+14 |
* | dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions. | Kuniyuki Iwashima | 2023-02-11 | 1 | -5/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-11-29 | 3 | -39/+11 |
|\ |
|
| * | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 2022-11-23 | 3 | -6/+3 |
| * | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 2022-11-23 | 2 | -37/+8 |
| * | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima | 2022-11-23 | 2 | -0/+4 |
* | | dccp: Call inet6_destroy_sock() via sk->sk_destruct(). | Kuniyuki Iwashima | 2022-10-24 | 3 | -8/+16 |
|/ |
|
* | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -2/+2 |
* | tcp: Introduce optional per-netns ehash. | Kuniyuki Iwashima | 2022-09-20 | 1 | -0/+2 |
* | net: Add a bhash2 table hashed by port and address | Joanne Koong | 2022-08-25 | 3 | -7/+70 |
* | dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock | Hangyu Hua | 2022-08-01 | 1 | -5/+5 |
* | Revert "net: Add a second bind table hashed by port and address" | Joanne Koong | 2022-06-16 | 1 | -28/+5 |
* | net: Add a second bind table hashed by port and address | Joanne Koong | 2022-05-21 | 1 | -5/+28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-05-19 | 2 | -0/+12 |
|\ |
|
| * | Revert "tcp/dccp: get rid of inet_twsk_purge()" | Eric Dumazet | 2022-05-13 | 2 | -0/+12 |
* | | dccp: use READ_ONCE() to read sk->sk_bound_dev_if | Eric Dumazet | 2022-05-16 | 2 | -3/+3 |
* | | net: inet: Retire port only listening_hash | Martin KaFai Lau | 2022-05-13 | 1 | -1/+0 |
* | | ipv4: Avoid using RTO_ONLINK with ip_route_connect(). | Guillaume Nault | 2022-04-22 | 1 | -3/+2 |
* | | ipv6: Remove __ipv6_only_sock(). | Kuniyuki Iwashima | 2022-04-22 | 1 | -1/+1 |
* | | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2022-04-12 | 2 | -5/+5 |
|/ |
|
* | dccp: remove max48() | Jakub Kicinski | 2022-01-27 | 1 | -5/+0 |
* | tcp: allocate tcp_death_row outside of struct netns_ipv4 | Eric Dumazet | 2022-01-27 | 1 | -0/+1 |
* | tcp/dccp: get rid of inet_twsk_purge() | Eric Dumazet | 2022-01-25 | 2 | -12/+0 |
* | dccp: Inline dccp_listen_start(). | Kuniyuki Iwashima | 2021-11-24 | 1 | -16/+11 |
* | dccp/tcp: Remove an unused argument in inet_csk_listen_start(). | Kuniyuki Iwashima | 2021-11-24 | 1 | -3/+3 |
* | net: dccp: Use memset_startat() for TP zeroing | Kees Cook | 2021-11-19 | 1 | -3/+1 |
* | tcp: switch orphan_count to bare per-cpu counters | Eric Dumazet | 2021-10-15 | 2 | -11/+5 |
* | dccp: don't duplicate ccid when cloning dccp sock | Lin, Zhenpeng | 2021-09-08 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-13 | 1 | -3/+3 |
|\ |
|
| * | dccp: add do-while-0 stubs for dccp_pr_debug macros | Randy Dunlap | 2021-08-09 | 1 | -3/+3 |
* | | memcg: enable accounting for inet_bin_bucket cache | Vasily Averin | 2021-07-20 | 1 | -1/+1 |
|/ |
|
* | net: sock: introduce sk_error_report | Alexander Aring | 2021-06-29 | 4 | -6/+6 |
* | dccp: tfrc: fix doc warnings in tfrc_equation.c | Baokun Li | 2021-06-10 | 1 | -0/+1 |