aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAge
* net: rename ll methods to busy-pollEliezer Tamir2013-07-10
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-10
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-02
* udp: add low latency socket poll supportEliezer Tamir2013-06-11
* net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-04
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-11
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-20
|\
| * udp: add encap_destroy callbackTom Parkin2013-03-20
* | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-08
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-05
|\
| * ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-31
* | soreuseport: UDP/IPv6 implementationTom Herbert2013-01-23
* | ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-08
|/
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-15
* ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-15
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-15
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-15
* | udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-07
|/
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-12
* net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-27
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-15
* net:ipv6:fixed space issues relating to operators.Jeffrin Jose2012-05-19
* net:ipv6:fixed a trailing white space issue.Jeffrin Jose2012-05-19
* net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-28
* net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise2012-04-28
* net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise2012-04-28
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-23
* datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-21
* ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-08
* udp: Export code sk lookup routinesPavel Emelyanov2011-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-02
|\
| * Revert "udp: remove redundant variable"David S. Miller2011-12-01
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* | ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-09
|/
* net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-01
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\
| * net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-30
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-17
* | net: cleanup some rcu_dereference_rawEric Dumazet2011-08-12
|/
* ipv6: make fragment identifications less predictableEric Dumazet2011-07-22
* udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-22
* ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang2011-06-22
* net: convert %p usage to %pKDan Rosenberg2011-05-24
* net:use help function of skb_checksum_start_offset to calculate offsetShan Wei2011-04-28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-26
|\
| * ipv6: udp: fix the wrong headroom checkShan Wei2011-04-21