summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell2012-06-261-1/+2
* ipv6: fib: fix fib dump restartEric Dumazet2012-06-261-2/+2
* ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-06-191-10/+31
* Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-162-22/+12Star
* ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-162-12/+22
* snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-072-0/+3
* ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
* 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/+7Star
* ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack2012-05-201-1/+14
* ipv6: use skb coalescing in reassemblyEric Dumazet2012-05-201-6/+20
* net:ipv6:fixed space issues relating to operators.Jeffrin Jose2012-05-201-2/+2
* net:ipv6:fixed a trailing white space issue.Jeffrin Jose2012-05-201-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-191-0/+4
* ipv6: remove csummode in ip6_append_data()Eric Dumazet2012-05-181-3/+1Star
* 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/+91Star
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-162-19/+0Star
|\
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-162-19/+0Star
* | 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/+116Star
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-1514-75/+41Star
* xfrm: make xfrm_algo.c a moduleJan Beulich2012-05-151-2/+2
* net/ipv6/af_inet6.c: checkpatch cleanupEldad Zack2012-05-121-18/+11Star
* 6lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com2012-05-111-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/+0Star
* 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-291-0/+39
* net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise2012-04-291-53/+44Star
* net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise2012-04-291-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-262-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-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-241-1/+2
* | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-242-5/+5
* | tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller2012-04-231-2/+1Star
* | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell2012-04-211-49/+1Star
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-211-7/+0Star
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-214-6/+6
* | net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman2012-04-211-28/+4Star