summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8
* ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4
* ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
* ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-087-116/+180
|\
| * netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-1/+6
| * netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-026-85/+137
| * netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-026-30/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-085-7/+12
|\ \
| * | udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2
| * | ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-03-031-1/+5
| * | mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
| * | tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-232-0/+4
* | | net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3
* | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
* | | net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
| |/ |/|
* | GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-261-1/+7
* | net: ipv6: Make address flushing on ifdown optionalDavid Ahern2016-02-251-15/+121
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-235-16/+90
|\|
| * rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
| * gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-0/+1
| * tcp/dccp: fix another race at listener dismantleEric Dumazet2016-02-181-7/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-02-161-3/+71
| |\
| | * netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2016-02-011-3/+71
| * | tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-2/+3
| * | ipv6: fix a lockdep splatEric Dumazet2016-02-081-2/+3
| * | ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org2016-02-061-1/+4
* | | ila: autoload moduleRobert Shearman2016-02-211-0/+1
* | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-4/+2
* | | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
* | | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* | | ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-1/+1
* | | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-8/+9
* | | net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
* | | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
* | | net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-121-12/+1
* | | net: local checksum offload for encapsulationEdward Cree2016-02-121-7/+7
* | | ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-112-0/+17
* | | ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-0/+18
* | | soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-112-1/+17
* | | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-5/+11
* | | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-113-44/+58
* | | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+5
* | | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-016-18/+35
|\|
| * ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni2016-01-291-0/+3
| * ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-292-5/+8
| * sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-01-251-2/+2
| * ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2016-01-251-0/+1
| * udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet2016-01-191-11/+21