aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar1-1/+1
2008-11-25netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond1-1/+4
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan1-2/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan1-2/+0
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2-2/+2
2008-11-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-35/+59
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-8/+7
2008-11-20ipv6: convert tunnels to net_device_opsStephen Hemminger2-30/+32
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+5
2008-11-20net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan1-3/+3
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery1-2/+2
2008-11-20netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan1-14/+3
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-11/+12
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger1-4/+9
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches4-8/+8
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+10
2008-11-18Merge branch 'master' into nextJames Morris2-0/+10
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2-23/+48
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-12/+14
2008-11-14Merge branch 'master' into nextJames Morris3-5/+9
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the IPv6 protocolDavid Howells1-1/+1
2008-11-12ipv6: routing header fixesBrian Haley2-0/+10
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan2-3/+0
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2008-11-10ipv6: fix ip6_mr_init error pathBenjamin Thery1-4/+5
2008-11-07Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-27/+65
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-12/+29
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-27/+65
2008-11-05ipv6: fix run pending DAD when interface becomes readyBenjamin Thery1-1/+3
2008-11-04xfrm: Have af-specific init_tempsel() initialize family field of temporary selectorAndreas Steffen1-0/+1
2008-11-03net: '&' reduxAlexey Dobriyan7-62/+62
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INERRORSWei Yongjun1-2/+8
2008-11-02udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMSWei Yongjun1-5/+13
2008-11-01udp: multicast packets need to check namespaceEric Dumazet1-4/+4
2008-11-01xfrm6: handling fragmentNicolas Dichtel1-3/+6
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-3/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison11-15/+15
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison5-8/+8
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet2-7/+25
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet3-56/+68
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison11-49/+30
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison5-20/+14
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan2-2/+3
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+4
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian2-3/+4
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+4