aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern1-0/+3
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+10
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-1/+2
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-1/+2
2017-08-10jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini1-2/+1
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern1-3/+4
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern1-18/+22
2017-07-31udp6: fix jumbogram receptionPaolo Abeni1-1/+10
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni1-9/+18
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni1-5/+9
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang1-1/+2
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang1-6/+5
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni1-2/+2
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni1-1/+2
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org1-9/+15
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org1-1/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-12net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton1-0/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-1/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet1-1/+1
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman1-7/+20
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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 ...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
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-18/+13
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+1
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones1-3/+8
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+2
2014-09-01udp: Add support for doing checksum unnecessary conversionTom Herbert1-0/+4
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-9/+9
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-2/+2
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-2/+6
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-1/+1
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-10/+20
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held1-53/+35
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-2/+1
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy1-1/+5
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener1-13/+12
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert1-4/+4
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-3/+3
2014-05-23net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert1-0/+4
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert1-0/+1
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert1-2/+31
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti1-8/+2
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-1/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-4/+2
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-1/+4
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-2/+2
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-4/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-3/+14
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-4/+16
2013-10-19udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko1-3/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-26/+22
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer1-2/+3
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-4/+2
2013-09-24net: udp: do not report ICMP redirects to user spaceDuan Jiong1-1/+3
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+6
2013-06-10udp: add low latency socket poll supportEliezer Tamir1-1/+5
2013-06-04net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti1-40/+9
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-1/+12
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-6/+15
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2013-03-20udp: add encap_destroy callbackTom Parkin1-0/+8
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa1-6/+7
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin1-3/+3
2013-01-23soreuseport: UDP/IPv6 implementationTom Herbert1-3/+27
2013-01-08ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang1-34/+0
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-9/+1
2012-11-15ipv6: Separate out UDP offload functionalityVlad Yasevich1-100/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-3/+8
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+2
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+11
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+2
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-3/+5
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-0/+3
2012-05-19net:ipv6:fixed space issues relating to operators.Jeffrin Jose1-2/+2
2012-05-19net:ipv6:fixed a trailing white space issue.Jeffrin Jose1-1/+1
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise1-0/+39
2012-04-28net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise1-53/+44
2012-04-28net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise1-15/+27
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-4/+4
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-2/+2
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover1-1/+2
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-1/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-4/+3
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+3
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven1-3/+9
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski1-2/+2
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-1/+1
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet1-1/+1
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-1/+1
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang1-1/+1
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-04-28net:use help function of skb_checksum_start_offset to calculate offsetShan Wei1-1/+1
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-10/+10
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2011-04-06ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)Neil Horman1-0/+3
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-5/+5
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-38/+38
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-5/+5
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-11/+4
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1