aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-3/+1
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet1-1/+5
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
2009-09-01net: make neigh_ops constantStephen Hemminger1-3/+3
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan1-21/+13
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger3-3/+5
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy1-7/+2
2009-08-29ipv6: Update Neighbor Cache when IPv6 RA is received on a routerDavid Ward1-6/+8
2009-08-28sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak1-1/+1
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt5-8/+9
2009-08-23ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapped bindings consistent with IPv4)Bruno Prémont1-1/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo5-7/+34
2009-08-13inet6: Set default traffic classGerrit Renker1-0/+3
2009-08-13inet6: Conversion from u8 to intGerrit Renker5-33/+11
2009-08-13ipv6: Log the explicit address that triggered DAD failureJens Rosenboom1-2/+2
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt1-2/+19
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt1-5/+7
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt1-1/+4
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt1-8/+3
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt4-4/+4
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt4-13/+13
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt1-6/+6
2009-08-05net: mark read-only arrays as constJan Engelhardt1-2/+2
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller1-1/+6
2009-08-02inet6: functions shadow global variableGerrit Renker1-2/+2