aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak
2009-09-24tunnel: eliminate recursion fieldEric Dumazet
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom
2009-09-16ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-09headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan
2009-09-03ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-02ip: Report qdisc packet dropsEric Dumazet
2009-09-02net: file_operations should be constStephen Hemminger
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger
2009-09-02tcp: MD5 operations should be constStephen Hemminger
2009-09-02net: seq_operations should be constStephen Hemminger
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet
2009-09-01net: make neigh_ops constantStephen Hemminger
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy
2009-08-29ipv6: Update Neighbor Cache when IPv6 RA is received on a routerDavid Ward
2009-08-28sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-23ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-13inet6: Set default traffic classGerrit Renker
2009-08-13inet6: Conversion from u8 to intGerrit Renker
2009-08-13ipv6: Log the explicit address that triggered DAD failureJens Rosenboom
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller
2009-08-02inet6: functions shadow global variableGerrit Renker
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller