summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2-3/+4
2020-10-05net: dsa: Add helper for converting devlink port to ds and portAndrew Lunn1-0/+14
2020-10-05net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+5
2020-10-05net: devlink: Add support for port regionsAndrew Lunn1-0/+27
2020-10-05net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-0/+1
2020-10-05net: devlink: Add unused port flavourAndrew Lunn1-0/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-7/+15
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter1-0/+9
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter1-0/+2
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+1
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault3-0/+9
2020-10-04net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo1-3/+2
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski1-0/+1
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg1-0/+10
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg1-3/+6
2020-10-03genetlink: bring back per op policyJakub Kicinski1-0/+4
2020-10-03genetlink: add a structure for dump stateJakub Kicinski1-4/+7
2020-10-03genetlink: add small version of opsJakub Kicinski1-14/+39
2020-10-03genetlink: reorg struct genl_familyJakub Kicinski1-5/+5
2020-10-03devlink: add .trap_group_action_set() callbackIoana Ciornei1-0/+10
2020-10-03devlink: add parser error drop packet trapsIoana Ciornei1-0/+52
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean1-1/+2
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller4-3/+149
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli1-0/+8
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+33
2020-10-02netlink: fix policy dump leakJohannes Berg1-1/+2
2020-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-28/+302
2020-10-01bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu1-0/+3
2020-10-01net/mlx5: E-switch, Use PF num in metadata reg c0sunils1-7/+8
2020-10-01drop_monitor: Filter control packets in drop monitorIdo Schimmel1-0/+2
2020-10-01drop_monitor: Convert to using devlink tracepointIdo Schimmel1-36/+0
2020-10-01devlink: Add a tracepoint for trap reportsIdo Schimmel2-0/+51
2020-10-01tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-1/+2
2020-10-01inet: remove icsk_ack.blockedEric Dumazet1-2/+2
2020-10-01net: macb: move pdata to private headerAlexandre Belloni1-20/+0
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2-0/+19
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann3-2/+65
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann1-0/+10
2020-09-30netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez2-0/+4
2020-09-30net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2-1/+15
2020-09-30net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-1/+44
2020-09-30net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-1/+93
2020-09-30net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2-10/+74
2020-09-30net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean1-0/+22
2020-09-30net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+1
2020-09-30net: caif: Remove unused caif SPI driverThomas Gleixner1-155/+0
2020-09-29devlink: include <linux/const.h> for _BITULJacob Keller1-0/+2
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin1-0/+1
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-0/+26