aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam1-0/+57
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-21/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2-9/+2
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2-4/+5
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso1-6/+0
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-2/+0
2018-01-09tipc: improve groupcast scope handlingJon Maloy1-4/+3
2018-01-09virtio_net: propagate linkspeed/duplex settings from the hypervisorJason Baron1-0/+13
2018-01-09macsec: Add support for GCM-AES-256 cipher suiteFelix Walter1-3/+8
2018-01-09tuntap: XDP transmissionJason Wang1-0/+17
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang2-5/+5
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-27/+144
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-5/+66
2018-01-08net: No line break on netdev_WARN* formattingGal Pressman1-2/+2
2018-01-08net: Fix netdev_WARN_ONCE macroGal Pressman1-2/+2
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller24-162/+483
2018-01-08net: tracepoint: exposing sk_faimily in tracepoint inet_sock_set_stateYafang Shao1-2/+13
2018-01-08l2tp: adjust comments about L2TPv3 offsetsGuillaume Nault1-1/+1
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-1/+1
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern1-0/+20
2018-01-08sh_eth: remove sh_eth_plat_data::edmac_endianSergei Shtylyov1-3/+0
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2-6/+25
2018-01-08netfilter: nf_tables: flow offload expressionPablo Neira Ayuso1-0/+11
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-0/+5
2018-01-08netfilter: flow table support for IPv6Pablo Neira Ayuso1-0/+2
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso1-0/+94
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso3-0/+124
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso1-1/+5
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+0
2018-01-08netfilter: meta: secpath supportFlorian Westphal1-0/+2
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-13/+0
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso3-2/+12
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso3-2/+11
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso3-2/+19
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso3-21/+17
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso3-16/+15
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal2-1/+18
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-3/+1
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-8/+1
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2-4/+0
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-0/+5
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso3-45/+19
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+1
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal1-0/+2
2018-01-08netfilter: reduce NF_MAX_HOOKS defineFlorian Westphal1-3/+7
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2-0/+8
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal2-0/+4
2018-01-08netfilter: reduce hook array sizes to what is neededFlorian Westphal1-5/+5
2018-01-08netfilter: add defines for arp/decnet max hooksFlorian Westphal3-1/+12