summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-021-3/+3
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-1/+1
* dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2023-09-181-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-4/+9
|\
| * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-281-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-2/+2
|\|
| * ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-2/+2
* | inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-3/+1
* | dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-5/+7
* dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-2/+1
* dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-18/+4
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-2/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+6
|\
| * Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-131-0/+6
* | dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2022-05-161-1/+1
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-3/+2
|/
* tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-251-6/+0
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
* net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* net: dccp: use net_generic storageFlorian Westphal2021-04-091-4/+20
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-1/+1
|/
* ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-2/+4
* net: dccp: delete repeated wordsRandy Dunlap2020-08-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: dccp: kerneldoc fixesAndrew Lunn2020-07-131-0/+2
* dccp: do not leak jiffies on the wireEric Dumazet2019-11-041-1/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-5/+8
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-021-1/+3
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/dccp: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* dccp: initialize ireq->ir_markEric Dumazet2018-04-071-0/+1
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-1/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-5/+8
* net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-2/+2
* dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-07-271-0/+1
* dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long2017-06-201-8/+9
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
|\
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1