summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern2018-10-101-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-086-72/+278
|\
| * bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
| * xsk: proper AF_XDP socket teardown orderingBjörn Töpel2018-10-082-13/+11
| * xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson2018-10-051-5/+2
| * ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-052-2/+13
| * ethtool: rename local variable max -> currJakub Kicinski2018-10-051-6/+6
| * xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson2018-10-053-35/+64
| * net: core: Fix build with CONFIG_IPV6=mJoe Stringer2018-10-041-1/+1
| * bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+151
| * bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-12/+18
| * bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-6/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-0843-1003/+1452
|\ \
| * | netfilter: xt_quota: Don't use aligned attribute in sizeofNathan Chancellor2018-10-091-1/+1
| * | netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng2018-10-031-33/+22
| * | netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo2018-09-282-6/+6
| * | netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo2018-09-281-4/+2
| * | netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche2018-09-282-1/+24
| * | netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-282-4/+132
| * | netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2018-09-282-6/+35
| * | netfilter: ctnetlink: must check mark attributes vs NULLFlorian Westphal2018-09-211-2/+9
| * | netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo2018-09-202-46/+19
| * | netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_pa...Taehee Yoo2018-09-201-3/+1
| * | netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal2018-09-201-1/+1
| * | netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-2017-273/+69
| * | netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal2018-09-209-11/+10
| * | netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal2018-09-203-18/+43
| * | netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal2018-09-203-106/+91
| * | netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal2018-09-208-63/+94
| * | netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal2018-09-209-258/+194
| * | netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-2011-110/+137
| * | netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo2018-09-171-4/+0
| * | netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2018-09-172-33/+18
| * | netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOLFlorian Westphal2018-09-171-1/+0
| * | netfilter: xtables: avoid BUG_ONFlorian Westphal2018-09-174-9/+12
| * | netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2018-09-173-7/+14
| * | netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2018-09-171-0/+72
| * | netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen2018-09-171-22/+28
| * | netfilter: nf_tables: add xfrm expressionFlorian Westphal2018-09-173-0/+301
| * | netfilter: remove obsolete need_conntrack stubFlorian Westphal2018-09-171-7/+0
| * | netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-6/+50
| * | netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2018-09-171-0/+19
| * | netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-174-14/+83
| * | netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal2018-09-171-0/+11
* | | rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern2018-10-081-2/+60
* | | rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern2018-10-081-20/+33
* | | net/bridge: Update br_mdb_dump for strict data checkingDavid Ahern2018-10-081-0/+30
* | | net: Update netconf dump handlers for strict data checkingDavid Ahern2018-10-083-7/+55
* | | net/ipv6: Update ip6addrlbl_dump for strict data checkingDavid Ahern2018-10-081-1/+33
* | | net/fib_rules: Update fib_nl_dumprule for strict data checkingDavid Ahern2018-10-081-1/+35