aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-24udplite: call proper backlog handlersEric Dumazet1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-0/+2
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+2
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann1-1/+2
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-2/+1
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni1-26/+8
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-08-23ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet1-12/+0
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+1
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet1-1/+0
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann1-3/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-55/+16
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin1-55/+16
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa1-3/+5
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing")Eric Dumazet1-6/+6
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck1-5/+3
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-19/+19
2016-05-02udp: prepare for non BH masking at backlog processingEric Dumazet1-2/+2
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-19/+19
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-25/+24
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-04-14ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau1-0/+1
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+13
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-11/+11
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-5/+7
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-132/+64
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-3/+4
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+4
2016-03-30ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang1-9/+11
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-43/+1
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet1-11/+21
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek1-4/+6
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-6/+8
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek1-9/+39
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4