aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp.c
Commit message (Expand)AuthorAge
* Revert "udp: remove redundant variable"David S. Miller2011-12-01
* 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
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-22
|/
* ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)Neil Horman2011-04-06
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-12
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* net: Make flowi ports AF dependent.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-01
* net: change netdev->features to u32Michał Mirosław2011-01-24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-17
|\
| * net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-16
* | net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko2010-12-10
* | net: optimize INET input path furtherEric Dumazet2010-12-09
* | udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-16
|/
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-25
* tproxy: added udp6_lib_lookup functionBalazs Scheidler2010-10-21
* tproxy: added const specifiers to udp lookup functionsBalazs Scheidler2010-10-21
* udp: add rehash on connect()Eric Dumazet2010-09-09
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-06
|\
| * net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-06-01
* | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-02
|/
* net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-29
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-27
* ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-07
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-28
* net: speedup udp receive pathEric Dumazet2010-04-28
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-27
* IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-24
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-24
* net: Fix various endianness glitchesEric Dumazet2010-04-20
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-08
|/
* net: backlog functions renameZhu Yi2010-03-05
* udp: use limited socket backlogZhu Yi2010-03-05
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
* udp: remove redundant variableGerrit Renker2010-02-12
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17