aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAge
...
| * | | | netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy2009-08-31
| * | | | netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy2009-08-25
| * | | | netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-24
| * | | | netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2009-08-10
| * | | | netfilter: xtables: check for unconditionality of policiesJan Engelhardt2009-08-10
| * | | | netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2009-08-10
| * | | | netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2009-08-10
| * | | | netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-10
| * | | | netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-10
| * | | | netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt2009-08-10
* | | | | headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan2009-09-09
* | | | | ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu2009-09-03
* | | | | tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-03
* | | | | ip: Report qdisc packet dropsEric Dumazet2009-09-02
* | | | | net: file_operations should be constStephen Hemminger2009-09-02
* | | | | inet: inet_connection_sock_af_ops constStephen Hemminger2009-09-02
* | | | | tcp: MD5 operations should be constStephen Hemminger2009-09-02
* | | | | net: seq_operations should be constStephen Hemminger2009-09-02
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\ \ \ \ \
| * | | | | ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont2009-08-23
| | |_|_|/ | |/| | |
* | | | | ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDSEric Dumazet2009-09-01
* | | | | net: make neigh_ops constantStephen Hemminger2009-09-01
* | | | | netns: embed ip6_dst_ops directlyAlexey Dobriyan2009-09-01
* | | | | netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-01
* | | | | ipv6: Update Neighbor Cache when IPv6 RA is received on a routerDavid Ward2009-08-29
* | | | | sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak2009-08-29
* | | | | inet6: Set default traffic classGerrit Renker2009-08-13
* | | | | inet6: Conversion from u8 to intGerrit Renker2009-08-13
* | | | | ipv6: Log the explicit address that triggered DAD failureJens Rosenboom2009-08-13
| |/ / / |/| | |
* | | | net: mark read-only arrays as constJan Engelhardt2009-08-05
* | | | xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller2009-08-04
* | | | inet6: functions shadow global variableGerrit Renker2009-08-02
* | | | xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-30
* | | | xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman2009-07-27
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-23
|\| | |
| * | | tcp: Use correct peer adr when copying MD5 keysJohn Dykstra2009-07-20
| * | | tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-20
* | | | mcastv6: Local variable shadows function argumentGerrit Renker2009-07-21
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-16
|\| | |
| * | | sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-11
| * | | net: ip_push_pending_frames() fixEric Dumazet2009-07-11
* | | | udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-12
* | | | udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala2009-07-12
* | | | udpv6: Fix gso_size setting in ip6_ufo_append_dataSridhar Samudrala2009-07-12
* | | | udpv6: Fix HW checksum support for outgoing UFO packetsSridhar Samudrala2009-07-12
* | | | ipv6: correct return on ipv6_rcv() packet dropMark Smith2009-07-06
* | | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/ / /
* | | IPv6: preferred lifetime of address not getting updatedBrian Haley2009-07-03
* | | xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun2009-07-03
| |/ |/|
* | inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-26