summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+7
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-0/+2
2018-01-16net: remove prototype of qdisc_lookup_class()Jakub Kicinski1-1/+0
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+2
2018-01-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky1-0/+17
2018-01-16devlink: Add support for reloadArkadi Sharshevsky1-0/+1
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky1-0/+96
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky1-0/+1
2018-01-16Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller1-2/+2
2018-01-15sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor1-2/+7
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-0/+2
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai1-4/+4
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-1/+1
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+2
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel1-0/+25
2018-01-11net: sch: red: Change the name of the stats struct to be genericNogah Frankel1-5/+6
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel1-0/+1
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2-0/+8
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-89/+249
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-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 Ayuso2-0/+71
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+0
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal1-0/+17
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: don't allocate space for arp/bridge hooks unless neededFlorian Westphal1-0/+4
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal1-0/+2
2018-01-08netfilter: reduce hook array sizes to what is neededFlorian Westphal1-5/+5
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal1-1/+5
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal1-1/+1
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng1-2/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal3-13/+13
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-5/+5
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal1-4/+3
2018-01-08ipv6: Export sernum update functionIdo Schimmel1-0/+1
2018-01-08ipv6: Add explicit flush indication to routesIdo Schimmel1-1/+2