summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-131-1/+2
|/
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-221-0/+6
* inet: drop ->bind_conflictJosef Bacik2017-01-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-5/+7
|\
| * net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-11-291-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-7/+9
|\|
| * dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-031-6/+8
| * dccp: do not release listeners too soonEric Dumazet2016-11-031-1/+1
* | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-7/+1
|/
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-1/+1
* dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet2016-07-091-4/+6
* dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-021-2/+2
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-5/+5
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-271-4/+4
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-1/+1
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-041-2/+5
* tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-03-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-7/+7
|\
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-7/+7
* | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-1/+1
|/
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-2/+4
* tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-161-1/+1