summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+2
* | | | | ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller2011-03-011-6/+6
* | | | | net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-0/+2
* | | | | ipv6: Consolidate route lookup sequences.David S. Miller2011-03-018-117/+114
* | | | | inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-1/+0
* | | | | net: TX timestamps for IPv6 UDP packetsAnders Berggren2011-02-281-0/+17
* | | | | ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer2011-02-251-2/+1
* | | | | ipv6: variable next is never used in this functionHagen Paul Pfeifer2011-02-251-3/+1
* | | | | ipv6: hash is calculated but not used afterwardsHagen Paul Pfeifer2011-02-251-3/+0
* | | | | ipv6: totlen is declared and assigned but not usedHagen Paul Pfeifer2011-02-251-3/+0
* | | | | xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-231-2/+2
* | | | | xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller2011-02-231-2/+2
* | | | | xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller2011-02-221-1/+2
* | | | | xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2011-02-221-1/+1
* | | | | xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller2011-02-221-1/+1
* | | | | xfrm: Mark flowi arg to ->get_tos() const.David S. Miller2011-02-221-1/+1
* | | | | tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-201-4/+0
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-192-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-191-1/+1
| |\ \ \ \
| | * | | | netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx2011-02-171-1/+1
| * | | | | net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2011-02-181-0/+1
| | |_|_|/ | |/| | |
* | | | | net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-171-3/+2
* | | | | inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2011-02-101-2/+16
* | | | | inetpeer: Abstract address representation further.David S. Miller2011-02-101-1/+1
* | | | | net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2011-02-081-1/+0
* | | | | inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-043-9/+16
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-044-1/+108
|\ \ \ \ \ | |/ / / /
| * | | | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-032-0/+94
| * | | | net: Fix ipv6 neighbour unregister_sysctl_table warningEric W. Biederman2011-01-311-1/+8
| * | | | net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2011-01-311-0/+6
* | | | | net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller2011-01-271-2/+31
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-271-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | ipv6: Remove route peer binding assertions.David S. Miller2011-01-271-4/+0
* | | | | net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-262-3/+14
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-263-56/+40
|\ \ \ \ \ | |/ / / /
| * | | | xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller2011-01-261-0/+6
| * | | | ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33
| * | | | ipv6: Always clone offlink routes.David S. Miller2011-01-241-8/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-191-3/+0
| |\ \ \ \ | | |/ / /
* | | | | net: change netdev->features to u32Michał Mirosław2011-01-242-2/+2
* | | | | ipv6: raw: rcu annotationsEric Dumazet2011-01-201-7/+7
* | | | | net: ipv6: sit: fix rcu annotationsEric Dumazet2011-01-201-10/+13
| |_|/ / |/| | |
* | | | netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet2011-01-201-0/+1
* | | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-196-39/+24
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-181-3/+0
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | ipv6: Silence privacy extensions initializationRomain Francoise2011-01-181-3/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-142-1/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-121-1/+7
| | |\
| | | * netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-121-1/+7
| | * | inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-121-0/+3
OpenPOWER on IntegriCloud