summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-271-3/+5
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-151-0/+3
* net:ipv6:fixed space issues relating to operators.Jeffrin Jose2012-05-191-2/+2
* net:ipv6:fixed a trailing white space issue.Jeffrin Jose2012-05-191-1/+1
* net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-281-0/+39
* net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise2012-04-281-53/+44
* net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise2012-04-281-15/+27
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-4/+4
* datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-211-2/+2
* ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-081-1/+2
* udp: Export code sk lookup routinesPavel Emelyanov2011-12-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-7/+8
|\
| * Revert "udp: remove redundant variable"David S. Miller2011-12-011-7/+8
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-4/+3
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* | ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-091-1/+3
|/
* net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-011-3/+9
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+2
|\
| * net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-301-2/+2
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-171-1/+1
* | net: cleanup some rcu_dereference_rawEric Dumazet2011-08-121-1/+1
|/
* ipv6: make fragment identifications less predictableEric Dumazet2011-07-211-1/+1
* udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-211-0/+3
* ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang2011-06-211-1/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* net:use help function of skb_checksum_start_offset to calculate offsetShan Wei2011-04-281-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-1/+1
|\
| * ipv6: udp: fix the wrong headroom checkShan Wei2011-04-211-1/+1
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-10/+10
|/
* ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)Neil Horman2011-04-061-0/+3
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-5/+5
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-38/+38
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-5/+5
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-10/+10
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-11/+4
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+1
|\
| * net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+1
* | net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko2010-12-101-1/+1
* | net: optimize INET input path furtherEric Dumazet2010-12-091-2/+2
* | udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-161-2/+2
|/
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-251-1/+1
* tproxy: added udp6_lib_lookup functionBalazs Scheidler2010-10-211-0/+8
* tproxy: added const specifiers to udp lookup functionsBalazs Scheidler2010-10-211-4/+4
* udp: add rehash on connect()Eric Dumazet2010-09-081-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-4/+2
|\