aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-20net: IPv6 changesKrishna Kumar1-2/+1
2009-10-19IP: CleanupsJohn Dykstra1-1/+1
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
2009-10-18net: sk_drops consolidation part 2Eric Dumazet2-2/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet10-77/+80
2009-10-14net: sk_drops consolidationEric Dumazet2-6/+3
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-1/+1
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+3
2009-10-07IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley3-24/+16
2009-10-07IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila2-0/+9
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley7-0/+11
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2-8/+135
2009-10-05tunnels: Optimize tx pathEric Dumazet1-2/+3
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller5-11/+11
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2-59/+0
2009-09-24tunnel: eliminate recursion fieldEric Dumazet2-15/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan3-10/+10
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-33/+68
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom1-2/+2
2009-09-16ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+3
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2-0/+38
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-2/+3
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan14-28/+24
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley1-5/+7
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller7-53/+70
2009-09-09headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan1-13/+2
2009-09-03ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu1-0/+1
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-1/+1
2009-09-02ip: Report qdisc packet dropsEric Dumazet3-5/+13
2009-09-02net: file_operations should be constStephen Hemminger1-2/+2
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-4/+4
2009-09-02tcp: MD5 operations should be constStephen Hemminger1-5/+5
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-09-01ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet1-0/+1