aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean11-37/+44
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean1-0/+1
2021-06-28bnxt_en: Enable hardware PTP supportMichael Chan1-0/+7
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi4-5/+131
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi4-3/+52
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi3-0/+41
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan6-1/+382
2021-06-28bnxt_en: Get PTP hardware capability from firmwareMichael Chan3-0/+113
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan2-42/+629
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen3-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen5-2/+62
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong3-11/+11
2021-06-28mptcp: fix 'masking a bool' warningMatthieu Baerts1-1/+1
2021-06-28gtp: reset mac_header after decapGuillaume Nault1-0/+1
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault1-0/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault1-1/+6
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault1-0/+4
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault1-0/+2
2021-06-28bareudp: allow redirecting bareudp packets to eth devicesGuillaume Nault1-0/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas5-39/+20
2021-06-25ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET1-2/+4
2021-06-25ice: remove unnecessary VSI assignmentTony Nguyen1-1/+0
2021-06-25ice: remove the VSI info from previous aggVictor Raj1-2/+22
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski4-0/+366
2021-06-25Add Mellanox BlueField Gigabit Ethernet driverDavid Thompson13-0/+2028
2021-06-25ice: add tracepointsJesse Brandeburg3-0/+249
2021-06-24net: bcmgenet: Add mdio-bcm-unimac soft dependencyJian-Hong Pan1-0/+1
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24mlxsw: core_env: Avoid unnecessary memcpy()sIdo Schimmel1-8/+8
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest2-6/+5
2021-06-24sctp: send the next probe immediately once the last one is ackedXin Long2-5/+12
2021-06-24sctp: do black hole detection in search complete stateXin Long2-8/+6
2021-06-24net: dsa: sja1105: document the SJA1110 in the KconfigVladimir Oltean1-2/+6
2021-06-24Documentation: net: dsa: add details about SJA1110Vladimir Oltean1-4/+57
2021-06-24gve: DQO: Add RX pathBailey Forrest4-0/+601
2021-06-24gve: DQO: Add TX pathBailey Forrest2-2/+829
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest2-2/+33
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest7-13/+420
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest8-25/+260
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest4-29/+64
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest1-11/+251
2021-06-24gve: Add dqo descriptorsBailey Forrest2-1/+257
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest4-2/+127
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest2-15/+55
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest5-15/+37
2021-06-24gve: Introduce a new model for device optionsBailey Forrest2-43/+179
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest3-5/+5