aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
Commit message (Expand)AuthorAge
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-10-18
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\
| * net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-30
* | net: cleanup some rcu_dereference_rawEric Dumazet2011-08-12
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
|/
* ipv6: Reduce switch/case indentJoe Perches2011-07-01
* net: convert %p usage to %pKDan Rosenberg2011-05-24
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-06
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-04
|\
| * net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-03
* | ipv6: raw: rcu annotationsEric Dumazet2011-01-20
|/
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-25
* net: return operator cleanupEric Dumazet2010-09-23
* net-next: remove useless union keywordChangli Gao2010-06-11
* raw: avoid two atomics in xmitEric Dumazet2010-06-07
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-02
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-10
|\
| * net: ip_queue_rcv_skb() helperEric Dumazet2010-04-28
| * IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-24
| * IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-24
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-25
|/
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17
* ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet2009-11-08
* net: drop capability from protocol definitionsEric Paris2009-11-06
* net: sk_drops consolidation part 2Eric Dumazet2009-10-18
* inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* net: sk_drops consolidationEric Dumazet2009-10-14
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* ip: Report qdisc packet dropsEric Dumazet2009-09-02
* inet6: Conversion from u8 to intGerrit Renker2009-08-13
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-23
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-18
* net: skb->dst accessorsEric Dumazet2009-06-03
* snmp: add missing counters for RFC 4293Neil Horman2009-04-27
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-25
* netns: add net parameter to IP6_INC_STATSDenis V. Lunev2008-10-08
* ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang2008-08-29
* ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2008-07-19
* udp: sk_drops handlingEric Dumazet2008-06-18
* net: change proto destroy method to return voidBrian Haley2008-06-14