aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-2/+18
|\
| * ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-1/+6
| * ipv6: do not clear pinet6 fieldEric Dumazet2013-05-191-1/+12
* | smdk4412: network: squashed commitsDerTeufel2014-12-091-0/+1
|/
* ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2011-10-161-1/+3
* ipv6: make fragment identifications less predictableEric Dumazet2011-08-151-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
|\
| * net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-4/+2
* | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-8/+3
|/
* net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-2/+4
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-2/+3
* ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-061-3/+8
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-281-1/+1
* net: speedup udp receive pathEric Dumazet2010-04-281-2/+2
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-271-0/+8
* IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-231-0/+3
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-231-2/+7
* net: Fix various endianness glitchesEric Dumazet2010-04-201-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
|/
* net: backlog functions renameZhu Yi2010-03-051-2/+2
* udp: use limited socket backlogZhu Yi2010-03-051-10/+18
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-3/+2
* udp: remove redundant variableGerrit Renker2010-02-121-8/+7
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-1/+1
* IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-101-1/+1