summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener2014-06-061-13/+12Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-061-4/+4
|\
| * ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener2014-06-051-4/+4
* | net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-231-4/+4
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-3/+3
* | net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0Star
* | net: Verify UDP checksum before handoff to encapTom Herbert2014-05-091-0/+4
* | ipv6: Need to sock_put on csum errorTom Herbert2014-05-061-0/+1
* | net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2014-05-051-2/+31
* | net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-8/+2Star
|/
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-201-1/+5
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-4/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-201-1/+1
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-1/+4
* | ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-111-1/+0Star
|/
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-231-2/+2
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-181-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-3/+2Star
|\
| * udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko2013-10-201-3/+2Star
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-201-3/+14
* | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-201-4/+16
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-26/+22Star
* | udp: Only allow busy read/poll on connected socketsShawn Bohrer2013-10-081-2/+3
* | inet: consolidate INET_TW_MATCHEric Dumazet2013-10-031-4/+2Star
|/
* net: udp: do not report ICMP redirects to user spaceDuan Jiong2013-09-241-1/+3
* net: rename ll methods to busy-pollEliezer Tamir2013-07-111-1/+1
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-1/+1
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-1/+6
* udp: add low latency socket poll supportEliezer Tamir2013-06-111-1/+5
* net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-041-40/+9Star
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-121-1/+12
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-6/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+8
|\
| * udp: add encap_destroy callbackTom Parkin2013-03-201-0/+8
* | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-081-6/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-3/+3
|\
| * ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-311-3/+3
* | soreuseport: UDP/IPv6 implementationTom Herbert2013-01-231-3/+27
* | ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-091-34/+0Star
|/
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-151-9/+1Star
* ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-151-100/+4Star
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-151-3/+8
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-151-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+2
|\
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-151-1/+2
* | udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-071-0/+11
|/
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+2
* net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-3/+5
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-0/+3