aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-2/+1
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/klassert/ipsec-nextDavid 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 functionsHannes 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 pending dataHannes 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/ebiederm/user-namespaceLinus 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