summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf2020-10-021-6/+8
* net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu2020-10-021-19/+19
* caif_virtio: Remove redundant initialization of variable errJing Xiangfeng2020-10-021-1/+1
* drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He2020-10-021-47/+51
* ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2020-10-012-9/+28
* ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2020-10-012-6/+19
* net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva2020-10-011-4/+6
* net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter2020-10-011-1/+3
* net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich2020-10-011-2/+4
* net/mlx5: Use dma device access helperParav Pandit2020-10-0112-34/+37
* net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria2020-10-011-2/+5
* net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit2020-10-016-92/+154
* net/mlx5: E-switch, Use helper function to load unload representorParav Pandit2020-10-011-8/+21
* net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2020-10-012-5/+11
* net/mlx5: E-switch, Use PF num in metadata reg c0sunils2020-10-011-18/+18
* net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria2020-10-014-22/+26
* net/mlx5: DR, Call ste_builder directly with tag pointerYevgeny Kliteynik2020-10-012-68/+33
* net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik2020-10-011-3/+1
* net/mlx5: DR, Remove unneeded vlan check from L2 builderYevgeny Kliteynik2020-10-013-30/+13
* net/mlx5: DR, Remove unneeded check from source port builderYevgeny Kliteynik2020-10-013-33/+21
* net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik2020-10-014-26/+10
* Merge tag 'linux-can-next-for-5.10-20200930' of git://git.kernel.org/pub/scm/...David S. Miller2020-10-0111-1665/+1741
|\
| * can: flexcan: disable runtime PM if register flexcandev failedJoakim Zhang2020-09-301-0/+2
| * can: flexcan: add flexcan driver for i.MX8MPJoakim Zhang2020-09-301-0/+9
| * can: flexcan: initialize all flexcan memory for ECC functionJoakim Zhang2020-09-301-2/+51
| * can: mcp251xfd: rename all remaining occurrence to mcp251xfdMarc Kleine-Budde2020-09-304-1277/+1277
| * can: mcp251xfd: rename all user facing strings to mcp251xfdMarc Kleine-Budde2020-09-303-12/+12
| * can: mcp251xfd: rename driver files and subdir to mcp251xfdMarc Kleine-Budde2020-09-309-13/+13
| * can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m...Thomas Kopp2020-09-302-11/+11
| * can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n...Marc Kleine-Budde2020-09-301-1/+1
| * can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanupDan Carpenter2020-09-301-1/+1
| * can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata informationThomas Kopp2020-09-301-5/+14
| * can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l...Thomas Kopp2020-09-301-7/+14
* | ionic: prevent early watchdog checkShannon Nelson2020-10-011-1/+4
* | ionic: stop watchdog timer earlier on removeShannon Nelson2020-10-013-8/+3
* | net: macb: move pdata to private headerAlexandre Belloni2020-09-303-2/+11
* | net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean2020-09-302-13/+18
* | net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id functionVladimir Oltean2020-09-302-7/+21
* | net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()Vladimir Oltean2020-09-301-8/+12
* | net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()Vladimir Oltean2020-09-301-8/+8
* | net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entriesXiaoliang Yang2020-09-301-2/+15
* | net: mscc: ocelot: parse flower action before keyVladimir Oltean2020-09-301-3/+16
* | net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean2020-09-303-38/+0
* | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-307-6/+116
* | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-303-0/+145
* | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-303-0/+272
* | net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2020-09-307-290/+253
* | net: mscc: ocelot: return error if VCAP filter is not foundXiaoliang Yang2020-09-301-4/+12
* | net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean2020-09-301-0/+17
|/
* net: mvneta: avoid possible cache misses in mvneta_rx_swbmLorenzo Bianconi2020-09-301-6/+6