aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-2/+6
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-4/+7
2015-08-17ipv6: trivial whitespace fixIan Morris1-1/+2
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-19net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge1-1/+3
2015-04-07net: remove extra newlinesSheng Yong1-3/+0
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-2/+2
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-5/+5
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet1-8/+8
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-6/+4
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro1-1/+1
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches1-50/+63
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro1-1/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-2/+4