summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean
2021-01-29vmxnet3: Remove buf_info from device accessible structuresRonak Doshi
2021-01-29net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach
2021-01-29net: proc: speedup /proc/net/netstatEric Dumazet
2021-01-29net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima
2021-01-29Merge branch 'net-hns3-updates-for-next'Jakub Kicinski
2021-01-29net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang
2021-01-29net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang
2021-01-29Merge branch 'net-add-support-for-ip-generic-checksum-offload-for-gre'Jakub Kicinski
2021-01-29ip_gre: add csum offload support for gre headerXin Long
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2021-01-29Merge tag 'linux-can-next-for-5.12-20210129' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-01-29net: mhi: Get rid of local rx queue countLoic Poulain
2021-01-29net: mhi: Get RX queue size from MHI coreLoic Poulain
2021-01-29Merge branch 'mhi-net-immutable' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski
2021-01-29docs: networking: timestamping: fix section title markupJan Luebbe
2021-01-29net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie
2021-01-29net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing
2021-01-29net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing
2021-01-29Merge branch 'net-sched-cls_flower-add-support-for-matching-on-ct_state-reply...Jakub Kicinski
2021-01-29net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey
2021-01-29net: flow_offload: Add original direction flag to ct_metadataPaul Blakey
2021-01-29net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey
2021-01-29Merge branch 'add-nci-suit-and-virtual-nci-device-driver'Jakub Kicinski
2021-01-29selftests: Add nci suiteBongsu Jeon
2021-01-29nfc: Add a virtual nci device driverBongsu Jeon
2021-01-29net: packet: make pkt_sk() inlineMenglong Dong
2021-01-29hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)
2021-01-29can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify returnMarc Kleine-Budde
2021-01-29can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLCMarc Kleine-Budde
2021-01-29can: mcp251xfd: unify error messages and commetsMarc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata tableMarc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): fix errata referenceMarc Kleine-Budde
2021-01-28octeontx2-af: Fix 'physical' typosBjorn Helgaas
2021-01-28linux/qed: fix spelling typo in qed_chain.hdingsenjie
2021-01-28Merge branch 'nexthop-preparations-for-resilient-next-hop-groups'Jakub Kicinski
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata
2021-01-28nexthop: Extract dump filtering parameters into a single structurePetr Machata
2021-01-28nexthop: Dispatch notifier init()/fini() by group typePetr Machata
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel
2021-01-28nexthop: Assert the invariant that a NH group is of only one typePetr Machata
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata