summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
| * | udp: add gso segment cmsgWillem de Bruijn2018-04-261-1/+4
| * | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-3/+20
| * | udp: expose inet cork to udpWillem de Bruijn2018-04-261-1/+2
* | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-17/+4Star
* | | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-9/+21
| |/ |/|
* | udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
|/
* ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2Star
* ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-1/+1
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+20
* udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-161-26/+26
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-24/+8Star
* net/reuseport: drop legacy codePaolo Abeni2017-11-301-18/+4Star
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-21/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-1/+10
| |\
| * | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-291-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-1/+2
| |\ \
| * | | net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-3/+4
| * | | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-071-18/+22
* | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-261-1/+10
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-1/+2
|\| |
| * | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-1/+2
| |/
* / jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini2017-08-101-2/+1Star
|/
* udp6: fix jumbogram receptionPaolo Abeni2017-08-011-1/+10
* udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-9/+18
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+2
|\
| * net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-251-1/+2
* | ipv6: udp: leverage scratch area helpersPaolo Abeni2017-06-271-5/+9
* | udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni2017-06-221-0/+1
* | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-181-6/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-2/+2
|\|
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-181-2/+2
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-1/+2
|/
* net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org2017-04-201-9/+15
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+1
|\
| * ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
* | net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org2017-03-131-0/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-0/+4
|\
| * ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-141-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+1
|\|
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-1/+2
* | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-301-7/+20