summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-03net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean1-3/+25
2020-10-03net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean1-14/+22
2020-10-03net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2-5/+11
2020-10-03net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang4-10/+266
2020-10-03net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang5-0/+226
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean3-32/+288
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean7-0/+63
2020-10-03net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean3-55/+53
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller1-10/+90
2020-10-03net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Ɓukasz Stelmach2-12/+14
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-10-02lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-6/+8
2020-10-02net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-10-02caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-10-02drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2-9/+28
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2-6/+19
2020-10-01net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-10-01net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-10-01net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-10-01net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-10-01net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-10-01net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-10-01net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21
2020-10-01net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2-5/+11
2020-10-01net/mlx5: E-switch, Use PF num in metadata reg c0sunils1-18/+18
2020-10-01net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria4-22/+26
2020-10-01net/mlx5: DR, Call ste_builder directly with tag pointerYevgeny Kliteynik2-68/+33
2020-10-01net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-3/+1
2020-10-01net/mlx5: DR, Remove unneeded vlan check from L2 builderYevgeny Kliteynik3-30/+13
2020-10-01net/mlx5: DR, Remove unneeded check from source port builderYevgeny Kliteynik3-33/+21
2020-10-01net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik4-26/+10
2020-10-01Merge tag 'linux-can-next-for-5.10-20200930' of git://git.kernel.org/pub/scm/...David S. Miller11-1665/+1741
2020-10-01ionic: prevent early watchdog checkShannon Nelson1-1/+4
2020-10-01ionic: stop watchdog timer earlier on removeShannon Nelson3-8/+3
2020-10-01net: macb: move pdata to private headerAlexandre Belloni3-2/+11
2020-09-30can: flexcan: disable runtime PM if register flexcandev failedJoakim Zhang1-0/+2
2020-09-30can: flexcan: add flexcan driver for i.MX8MPJoakim Zhang1-0/+9
2020-09-30can: flexcan: initialize all flexcan memory for ECC functionJoakim Zhang1-2/+51
2020-09-30can: mcp251xfd: rename all remaining occurrence to mcp251xfdMarc Kleine-Budde4-1277/+1277
2020-09-30can: mcp251xfd: rename all user facing strings to mcp251xfdMarc Kleine-Budde3-12/+12
2020-09-30can: mcp251xfd: rename driver files and subdir to mcp251xfdMarc Kleine-Budde9-13/+13
2020-09-30can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m...Thomas Kopp2-11/+11
2020-09-30can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n...Marc Kleine-Budde1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanupDan Carpenter1-1/+1
2020-09-30can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata informationThomas Kopp1-5/+14
2020-09-30can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l...Thomas Kopp1-7/+14
2020-09-30net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean2-13/+18
2020-09-30net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id functionVladimir Oltean2-7/+21
2020-09-30net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()Vladimir Oltean1-8/+12