summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-3/+5
* ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela2008-08-062-3/+30
* ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen2008-08-061-1/+1
* ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun2008-08-031-1/+1
* ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang2008-08-031-0/+2
* ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal2008-08-031-11/+11
* tcp: MD5: Fix IPv6 signaturesAdam Langley2008-07-311-1/+1
* tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley2008-07-311-2/+2
* ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun2008-07-311-0/+4
* ipv6: Fix useless proc net sockstat6 removalDaniel Lezcano2008-07-301-1/+0
* tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller2008-07-301-19/+8
* IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie2008-07-291-1/+1
* net: missing bits of net-namespace / sysctlAl Viro2008-07-272-0/+28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-271-6/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-2612-34/+39
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-252-295/+7
| |\ \
| * | | list_for_each_rcu must die: networkingPaul E. McKenney2008-07-251-6/+3
* | | | ipcomp: Fix warnings after ipcomp consolidation.David S. Miller2008-07-271-3/+1
| |_|/ |/| |
* | | netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan2008-07-261-1/+1
* | | syncookies: Make sure ECN is disabledFlorian Westphal2008-07-261-0/+1
* | | net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-2510-33/+37
| |/ |/|
* | ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-252-295/+7
|/
* netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy2008-07-231-1/+1
* ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-222-8/+5
* ipv6: use kcallocStephen Hemminger2008-07-221-3/+3
* ipv6: use spin_trylock_bhStephen Hemminger2008-07-221-3/+1
* ipv6: use round_jiffiesStephen Hemminger2008-07-221-2/+3
* netns: dont alloc ipv6 fib timer listStephen Hemminger2008-07-221-27/+13
* ipv6: make struct ipv6_devconf staticAdrian Bunk2008-07-221-1/+1
* ipv6: use timer pendingStephen Hemminger2008-07-211-6/+6
* ipv6: Fix warning in addrconf code.David Miller2008-07-201-2/+1
* ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki2008-07-191-4/+0
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-199-16/+21
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-193-3/+3
* ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2008-07-192-6/+3
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-191-44/+83
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-182-27/+3
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-182-42/+3
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-163-10/+10
* inet: prepare net on the stack for NET accounting macrosPavel Emelyanov2008-07-161-1/+2
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-161-7/+7
* inet: prepare struct net for TCP MIB accountingPavel Emelyanov2008-07-161-1/+2
* ipv6: Fix using after dev_put()Wang Chen2008-07-141-3/+5
* ipv6: Check return of dev_set_allmultiWang Chen2008-07-141-2/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-1/+1
|\
| * ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev2008-07-101-1/+1
* | pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller2008-07-081-3/+2
* | netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-081-2/+2
|\ \ | |/
| * ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin2008-07-081-2/+2
OpenPOWER on IntegriCloud