summaryrefslogtreecommitdiff
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-0/+1
* dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-173-11/+14
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-39/+11
|\
| * dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-223-6/+3
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-222-37/+8
| * dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-222-0/+4
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-243-8/+16
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+2
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-243-7/+70
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-28/+5
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-5/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-192-0/+12
|\
| * Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-132-0/+12
* | dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2022-05-162-3/+3
* | net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-1/+0
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-3/+2
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-1/+1
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-5/+5
|/
* dccp: remove max48()Jakub Kicinski2022-01-271-5/+0
* tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-0/+1
* tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-252-12/+0
* dccp: Inline dccp_listen_start().Kuniyuki Iwashima2021-11-231-16/+11
* dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-3/+3
* net: dccp: Use memset_startat() for TP zeroingKees Cook2021-11-191-3/+1
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-152-11/+5
* dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng2021-09-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-3/+3
|\
| * dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-091-3/+3
* | memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-201-1/+1
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-294-6/+6
* dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li2021-06-101-0/+1
* net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* net: dccp: use net_generic storageFlorian Westphal2021-04-092-8/+40
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-181-0/+5
* dccp: Return the correct errno codeZheng Yongjun2021-02-061-1/+1
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-162-4/+4
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-232-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-2/+2
|\ \
| * | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-232-2/+2
| |/
* | net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-6/+6
* | net: dccp: Fix most of the kerneldoc warningsAndrew Lunn2020-10-308-2/+41
* | net: dccp: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn2020-10-301-1/+1
|/
* inet: remove icsk_ack.blockedEric Dumazet2020-09-301-1/+0
* ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-2/+4
* net: dccp: delete repeated wordsRandy Dunlap2020-08-243-3/+3
* net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-226-16/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0514-76/+43
|\