aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10inet: fix possible request socket leakEric Dumazet1-1/+1
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-8/+11
2015-08-10ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal1-2/+4
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter1-1/+2
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet1-0/+6
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov1-1/+1
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2-6/+6
2015-07-20Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
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
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+1
2015-05-30ipv6: drop unneeded gotoJulia Lawall1-7/+1
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-4/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-1/+3
2015-05-28esp6: Switch to new AEAD interfaceHerbert Xu1-78/+122
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet1-2/+6
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal1-3/+1
2015-05-25ipv6: ipv6_select_ident() returns a __be32Eric Dumazet1-3/+3
2015-05-25ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal1-11/+18
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau2-17/+139
2015-05-25ipv6: Break up ip6_rt_copy()Martin KaFai Lau1-49/+41
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau1-2/+76