summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-1/+1
|\
| * udplite: call proper backlog handlersEric Dumazet2016-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-3/+3
|\|
| * udp: restore UDPlite many-cast deliveryPablo Neira2016-11-161-3/+3
* | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-211-1/+2
* | udp: enable busy polling for all socketsEric Dumazet2016-11-181-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-141-1/+2
|\ \
| * | udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-101-1/+2
* | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-2/+1Star
* | | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-1/+1
* | | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+2
|\|
| * udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-1/+2
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-26/+8Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+0Star
|\
| * udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-241-1/+0Star
* | ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet2016-08-241-12/+0Star
* | net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-241-0/+1
|/
* udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-261-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-0/+2
|\
| * udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-55/+16Star
|\|
| * udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin2016-06-141-55/+16Star
* | ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-121-3/+5
|/
* Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-031-6/+6
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-211-1/+1
* udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2016-05-131-5/+3Star
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-19/+19
* udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-021-2/+2
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-281-2/+2
* net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-19/+19
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-25/+24Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-0/+1
|\
| * ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+1
* | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+13
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-11/+11
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-5/+7
* | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-051-132/+64Star
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-3/+4
* | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+4
|/
* ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-4/+2Star
|\
| * udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2Star
* | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
* | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-43/+1Star
|/
* udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2016-01-191-11/+21
* soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-061-4/+6
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-051-6/+8
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-051-9/+39