aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2015-07-29net: Set sk_txhash from a random numberTom Herbert2-3/+3
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau1-0/+4
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau1-24/+20
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2-7/+3
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel1-0/+4
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel1-1/+2
2015-07-26ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao1-2/+3
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+15
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline1-3/+19
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu1-0/+1
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2-3/+32
2015-07-20Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter1-0/+2
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-4/+2
2015-07-15ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明1-12/+18
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-07-13net: Build IPv6 into kernel by defaultTom Herbert1-6/+5
2015-07-10ipv6: Do not iterate over all interfaces when finding source address on specific interface.YOSHIFUJI Hideaki/吉藤英明1-90/+107
2015-07-09ipv6: Nonlocal bindTom Herbert3-2/+12
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet2-4/+2
2015-07-09inet: simplify timewait refcountingEric Dumazet1-5/+1
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal3-7/+7
2015-07-03ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-07-03net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring1-4/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-334/+767
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov1-1/+11
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-79/+122
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso1-0/+1
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-55/+46
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet1-2/+2
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso1-1/+2
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet1-2/+0
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal1-49/+16
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal1-5/+26
2015-06-12netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler1-1/+2
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler1-0/+1
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller1-5/+3
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+14
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman1-2/+9
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-18/+1
2015-06-07tcp: remove redundant checks IIEric Dumazet1-4/+0
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-1/+2
2015-06-04tcp: remove redundant checksEric Dumazet1-2/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+28
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert1-0/+14
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2