aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28netfilter: convert hook list to an arrayAaron Conole5-27/+28
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal3-6/+6
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal1-3/+4
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2-8/+0
2017-08-24netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal1-2/+2
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-3/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-3/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-11/+8
2017-08-19netfilter: rt: add support to fetch path mssFlorian Westphal1-0/+2
2017-08-19netfilter: exthdr: tcp option set supportFlorian Westphal1-1/+3
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2-8/+8
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal1-15/+0
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2-2/+2
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2-2/+2
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2-3/+3
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2-2/+3
2017-07-31netlink: Introduce nla_strdup()Phil Sutter1-0/+1
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal1-0/+3
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal1-0/+5
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter1-0/+2
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso1-0/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller102-509/+1672
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-27/+23
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger1-2/+2
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot1-5/+0
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng1-2/+1
2017-07-19llist: clang: introduce member_address_is_nonnull()Alexander Potapenko1-2/+19
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds34-47/+78
2017-07-19Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-9/+0
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal4-78/+0
2017-07-17net: fix build error in devmap helper callsJohn Fastabend1-5/+20
2017-07-17IB/core: Remove NOIO QP create flagLeon Romanovsky1-1/+1
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-6/+4
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky1-3/+2
2017-07-17IB/core: Introduce modify QP operation with udataParav Pandit1-0/+16
2017-07-17bpf: check NULL for sk_to_full_sk() return valueWANG Cong1-1/+1
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal1-6/+0
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller3-20/+16
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-5/+0
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend1-1/+1
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend3-1/+13
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend2-1/+10
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend2-0/+4
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend2-2/+33
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend1-0/+1
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend3-0/+11
2017-07-17jhash: fix -Wimplicit-fallthrough warningsJakub Kicinski1-15/+14