summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-31156-1230/+4235
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3019-642/+646
| |\
| | * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-302-0/+24
| | * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-303-7/+42
| | * bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-303-0/+17
| | * bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-8/+17
| | * net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-303-5/+11
| | * bpf: Add socket assign supportJoe Stringer2020-03-302-1/+35
| | * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-0/+11
| | * bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+22
| | * security: Refactor declaration of LSM hooksKP Singh2020-03-302-616/+393
| | * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-303-0/+9
| | * bpf, net: Fix build issue when net ns not configuredDaniel Borkmann2020-03-301-7/+2
| | * xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-282-2/+4
| | * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-272-1/+21
| | * bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2020-03-271-1/+6
| | * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-273-1/+26
| | * bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-2/+0
| | * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-0/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-306-5/+41
| |\ \
| | * | netfilter: conntrack: add nf_ct_acct_add()wenxu2020-03-301-1/+10
| | * | netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2020-03-301-0/+2
| | * | netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal2020-03-291-1/+4
| | * | netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal2020-03-291-1/+1
| | * | netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-1/+1
| | * | netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+2
| | * | netfilter: flowtable: add counter supportPablo Neira Ayuso2020-03-272-1/+5
| | * | netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso2020-03-272-1/+11
| | * | netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso2020-03-271-0/+2
| | * | netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso2020-03-192-0/+4
| | * | netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso2020-03-191-0/+1
| * | | devlink: Allow setting of packet trap group parametersIdo Schimmel2020-03-301-0/+9
| * | | devlink: Add packet trap group parameters supportIdo Schimmel2020-03-301-1/+4
| * | | devlink: Add packet trap policers supportIdo Schimmel2020-03-302-0/+87
| * | | net: phylink: add separate pcs operations structureRussell King2020-03-301-0/+88
| * | | net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-1/+1
| * | | net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-1/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-03-301-0/+5
| |\ \ \
| | * | | Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz2020-03-251-0/+4
| | * | | Bluetooth: L2CAP: Add get_peer_pid callbackLuiz Augusto von Dentz2020-03-241-0/+1
| * | | | qed: Fix use after free in qed_chain_freeYuval Basson2020-03-301-9/+15
| * | | | net: dsa: felix: add port policersVladimir Oltean2020-03-301-0/+8
| * | | | net: dsa: add port policersVladimir Oltean2020-03-301-1/+12
| * | | | net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-301-0/+1
| * | | | devlink: Add auto dump flag to health reporterEran Ben Elisha2020-03-301-0/+2
| * | | | devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha2020-03-301-2/+1
| * | | | ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-0/+19
| * | | | net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-304-2/+18
| * | | | net: introduce nla_put_bitfield32() helper and use itJiri Pirko2020-03-301-0/+15
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-301-0/+16
| |\ \ \ \