aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-2/+2
2022-08-24net: 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-17net: Remove the member netns_okYejune Deng1-1/+0
2021-04-09net: dccp: use net_generic storageFlorian Westphal1-4/+20
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+1
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+1
2020-11-23lsm,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-24net: dccp: delete repeated wordsRandy Dunlap1-1/+1
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-13net: dccp: kerneldoc fixesAndrew Lunn1-0/+2
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-01inet: 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-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-5/+8
2018-10-02inet: 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-07dccp: 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/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-02-22net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin1-0/+6
2017-01-18inet: drop ->bind_conflictJosef Bacik1-1/+0
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2016-11-29net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2016-11-03dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-03dccp: do not release listeners too soonEric Dumazet1-1/+1
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-1/+1
2016-07-09dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet1-4/+6
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet1-2/+2
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-5/+5
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-1/+1