summaryrefslogtreecommitdiff
path: root/net/dccp/ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima1-3/+3
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-1/+1
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet1-7/+2
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+9
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn1-4/+9
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-2/+2
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-3/+1
2023-07-19dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault1-1/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-5/+7
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-18/+4
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-2/+2
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-2/+23
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet1-1/+1
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-0/+6
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault1-3/+2
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet1-6/+0
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-05-18net: Remove the member netns_okYejune Deng1-1/+0
2021-04-10net: dccp: use net_generic storageFlorian Westphal1-4/+20
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+1
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-2/+4
2020-08-25net: dccp: delete repeated wordsRandy Dunlap1-1/+1
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-14net: dccp: kerneldoc fixesAndrew Lunn1-0/+2
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-02inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-5/+8
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-1/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-04-08dccp: initialize ireq->ir_markEric Dumazet1-0/+1
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-1/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-5/+8
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern1-2/+2
2017-07-27dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long1-0/+1
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long1-8/+9
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1