aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-22ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend1-3/+3
2010-11-18ipv6: Expose reachable and retrans timer values as msecsThomas Graf1-9/+10
2010-11-18ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffiesThomas Graf1-3/+6
2010-11-12ipv6: Warn users if maximum number of routes is reached.Ben Greear1-1/+5
2010-11-12ipv6: addrconf: don't remove address state on ifdown if the address is being keptLorenzo Colitti1-16/+8
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-11-12netfilter: ipv6: fix overlap check for fragmentsShan Wei1-1/+1
2010-11-08ipv6: fix overlap check for fragmentsShan Wei1-1/+1
2010-11-03netfilter: ip6_tables: fix information leak to userspaceJan Engelhardt1-0/+1
2010-11-03net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng1-0/+2
2010-10-30ipv6/udp: report SndbufErrors and RcvbufErrorsEric Dumazet1-0/+4
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov2-0/+2
2010-10-27net: add __rcu annotations to protocolEric Dumazet1-3/+5
2010-10-27ipv6: fix refcnt problem related to POSTDAD stateUrsula Braun1-1/+3
2010-10-26IPv6: Temp addresses are immediately deleted.Glenn Wurster1-3/+4
2010-10-26IPv6: Create temporary address if none exists.Glenn Wurster1-2/+3
2010-10-26netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.cDavid S. Miller1-1/+4
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet2-2/+2
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXYKOVACS Krisztian2-1/+9
2010-10-25tunnels: add _rcu annotationsEric Dumazet1-9/+15
2010-10-24tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler1-0/+4
2010-10-24ip6_tunnel dont update the mtu on the route.Anders Franzen1-0/+1
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller12-209/+337
2010-10-21tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabledBalazs Scheidler1-1/+2
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler2-0/+42
2010-10-21tproxy: added udp6_lib_lookup functionBalazs Scheidler1-0/+8
2010-10-21tproxy: added const specifiers to udp lookup functionsBalazs Scheidler1-4/+4
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler4-78/+150
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()Balazs Scheidler1-4/+8
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger1-3/+1
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap1-2/+2
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet1-3/+6
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet1-2/+1
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt1-9/+9
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt1-27/+27
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt1-6/+6
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet2-12/+26
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-3/+7
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet3-6/+3
2010-10-05ipv6: make __ipv6_isatap_ifid staticstephen hemminger1-2/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+25
2010-10-04netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet1-78/+79
2010-10-03net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-29ip6tnl: percpu stats accountingEric Dumazet1-16/+77
2010-09-29sit: enable lockless xmitsEric Dumazet1-0/+1
2010-09-29sit: fix percpu stats accountingEric Dumazet1-3/+11
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-27sit: percpu stats accountingEric Dumazet1-18/+64
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-22/+45