summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | netfilter: nf_tables: Remove ununsed function nft_data_debugYueHaibing2020-09-221-7/+0
* | | | | | | | | | | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-031-0/+1
* | | | | | | | | | | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-033-0/+9
* | | | | | | | | | | net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo2020-10-031-3/+2
* | | | | | | | | | | genetlink: allow dumping command-specific policyJakub Kicinski2020-10-031-0/+1
* | | | | | | | | | | genetlink: properly support per-op policy dumpingJohannes Berg2020-10-031-0/+10
* | | | | | | | | | | netlink: rework policy dump to support multiple policiesJohannes Berg2020-10-031-3/+6
* | | | | | | | | | | genetlink: bring back per op policyJakub Kicinski2020-10-021-0/+4
* | | | | | | | | | | genetlink: add a structure for dump stateJakub Kicinski2020-10-021-4/+7
* | | | | | | | | | | genetlink: add small version of opsJakub Kicinski2020-10-021-14/+39
* | | | | | | | | | | genetlink: reorg struct genl_familyJakub Kicinski2020-10-021-5/+5
* | | | | | | | | | | devlink: add .trap_group_action_set() callbackIoana Ciornei2020-10-021-0/+10
* | | | | | | | | | | devlink: add parser error drop packet trapsIoana Ciornei2020-10-021-0/+52
* | | | | | | | | | | net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean2020-10-021-1/+2
* | | | | | | | | | | net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean2020-10-021-0/+2
* | | | | | | | | | | Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller2020-10-024-3/+149
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan2020-09-283-2/+26
| * | | | | | | | | | | mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear2020-09-281-0/+4
| * | | | | | | | | | | nl80211: include frequency offset in survey infoThomas Pedersen2020-09-281-0/+2
| * | | | | | | | | | | mac80211: support S1G associationThomas Pedersen2020-09-282-0/+23
| * | | | | | | | | | | mac80211: handle S1G low ratesThomas Pedersen2020-09-281-0/+2
| * | | | | | | | | | | mac80211: encode listen interval for S1GThomas Pedersen2020-09-281-0/+7
| * | | | | | | | | | | cfg80211: handle Association Response from S1G STAThomas Pedersen2020-09-281-0/+5
| * | | | | | | | | | | cfg80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-0/+32
| * | | | | | | | | | | nl80211: support S1G capability overrides in assocThomas Pedersen2020-09-283-0/+14
| * | | | | | | | | | | nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-282-1/+34
* | | | | | | | | | | | net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli2020-10-021-0/+8
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-10-021-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov2020-09-241-0/+3
| * | | | | | | | | | | | xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov2020-09-241-0/+6
| * | | | | | | | | | | | xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov2020-09-241-0/+5
| * | | | | | | | | | | | xfrm: Provide API to register translator moduleDmitry Safonov2020-09-241-0/+19
* | | | | | | | | | | | | netlink: fix policy dump leakJohannes Berg2020-10-021-1/+2
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-0110-28/+302
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-09-301-0/+3
| * | | | | | | | | | | | | bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-302-0/+19
| * | | | | | | | | | | | | bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-303-2/+65
| * | | | | | | | | | | | | bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+10
| * | | | | | | | | | | | | bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-292-2/+9
| * | | | | | | | | | | | | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-6/+9
| * | | | | | | | | | | | | bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-282-0/+11
| * | | | | | | | | | | | | bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-283-4/+73
| * | | | | | | | | | | | | bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-281-0/+36
| * | | | | | | | | | | | | bpf: Provide function to get vmlinux BTF informationAlan Maguire2020-09-281-0/+2
| * | | | | | | | | | | | | bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-282-5/+27
| * | | | | | | | | | | | | bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-282-3/+4
| * | | | | | | | | | | | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-282-0/+10
| * | | | | | | | | | | | | bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULLJohn Fastabend2020-09-251-2/+16
| * | | | | | | | | | | | | bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-1/+1
| * | | | | | | | | | | | | bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2