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