summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2012-06-011-3/+6
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-18/+50
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-05-271-11/+7
* ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack2012-05-201-1/+14
* ipv6: use skb coalescing in reassemblyEric Dumazet2012-05-191-6/+20
* net:ipv6:fixed space issues relating to operators.Jeffrin Jose2012-05-191-2/+2
* net:ipv6:fixed a trailing white space issue.Jeffrin Jose2012-05-191-1/+1
* ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet2012-05-191-1/+4
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-1913-118/+119
* ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet2012-05-181-0/+4
* ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1
* ipv6: bool conversions phase1Eric Dumazet2012-05-182-6/+6
* ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-181-4/+5
* ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-173-5/+5
* tcp: bool conversionsEric Dumazet2012-05-171-2/+2
* net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches2012-05-171-125/+91
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-162-19/+0
|\
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-152-19/+0
* | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-165-16/+16
* | net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-1616-120/+116
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-1514-75/+41
* xfrm: make xfrm_algo.c a moduleJan Beulich2012-05-151-2/+2
* net/ipv6/af_inet6.c: checkpatch cleanupEldad Zack2012-05-111-18/+11
* 6lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com2012-05-101-1/+13
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-095-13/+39
* netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-083-664/+0
* tcp: be more strict before accepting ECN negociationEric Dumazet2012-05-041-1/+1
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-014-0/+9
* net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-281-0/+39
* net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise2012-04-281-53/+44
* net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise2012-04-281-15/+27
* ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-271-0/+1
* ipv6: call consume_skb() in frag/reassemblyEric Dumazet2012-04-252-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-0/+4
|\
| * tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell2012-04-221-0/+4
* | tcp: sk_add_backlog() is too agressive for TCPEric Dumazet2012-04-231-1/+2
* | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-232-5/+5
* | tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller2012-04-231-2/+1
* | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell2012-04-211-49/+1
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-7/+0
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-204-6/+6
* | net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman2012-04-201-28/+4
* | net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-201-24/+23
* | net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2012-04-202-42/+0
* | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-203-6/+6
* | net: Kill register_sysctl_rotableEric W. Biederman2012-04-202-2/+2
* | ipv6: tcp: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | ip6_tunnel: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-154-40/+52
|\|