summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2009-09-04ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu
2009-09-03tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-03ip: 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-02ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet
2009-09-02net: make neigh_ops constantStephen Hemminger
2009-09-02netns: 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-29sit: 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-24ipv6: 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-05xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller
2009-08-02inet6: functions shadow global variableGerrit Renker
2009-07-31xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-21mcastv6: Local variable shadows function argumentGerrit Renker
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra
2009-07-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala
2009-07-12udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala
2009-07-12udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala
2009-07-12sit: fix regression: do not release skb->dst before xmitSascha Hlusiak
2009-07-12net: ip_push_pending_frames() fixEric Dumazet
2009-07-07ipv6: correct return on ipv6_rcv() packet dropMark Smith
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-07-04IPv6: preferred lifetime of address not getting updatedBrian Haley
2009-07-04xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun
2009-07-03Merge branch 'master' into for-nextTejun Heo