aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vmxnet3: Remove buf_info from device accessible structuresRonak Doshi2021-01-292-33/+15
* net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach2021-01-291-0/+1
* net: proc: speedup /proc/net/netstatEric Dumazet2021-01-291-14/+36
* net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima2021-01-291-1/+10
* Merge branch 'net-hns3-updates-for-next'Jakub Kicinski2021-01-298-2/+452
|\
| * net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang2021-01-295-1/+218
| * net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang2021-01-293-1/+234
|/
* Merge branch 'net-add-support-for-ip-generic-checksum-offload-for-gre'Jakub Kicinski2021-01-293-15/+32
|\
| * ip_gre: add csum offload support for gre headerXin Long2021-01-292-14/+20
| * net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-291-1/+12
|/
* Merge tag 'linux-can-next-for-5.12-20210129' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-01-292-37/+29
|\
| * can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...Marc Kleine-Budde2021-01-291-16/+12
| * can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify returnMarc Kleine-Budde2021-01-291-3/+1
| * can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLCMarc Kleine-Budde2021-01-292-3/+3
| * can: mcp251xfd: unify error messages and commetsMarc Kleine-Budde2021-01-291-4/+4
| * can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata tableMarc Kleine-Budde2021-01-291-0/+1
| * can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...Marc Kleine-Budde2021-01-291-10/+7
| * can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...Marc Kleine-Budde2021-01-291-2/+2
| * can: mcp251xfd: mcp251xfd_probe(): fix errata referenceMarc Kleine-Budde2021-01-291-1/+1
* | net: mhi: Get rid of local rx queue countLoic Poulain2021-01-291-8/+5
* | net: mhi: Get RX queue size from MHI coreLoic Poulain2021-01-291-3/+3
* | Merge branch 'mhi-net-immutable' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2021-01-292-0/+21
|\ \
| * | bus: mhi: core: Add helper API to return number of free TREsHemant Kumar2021-01-272-0/+21
* | | docs: networking: timestamping: fix section title markupJan Luebbe2021-01-291-1/+2
* | | net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie2021-01-291-12/+1
* | | net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing2021-01-291-4/+5
* | | net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing2021-01-291-7/+3
* | | Merge branch 'net-sched-cls_flower-add-support-for-matching-on-ct_state-reply...Jakub Kicinski2021-01-295-5/+17
|\ \ \
| * | | net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey2021-01-291-3/+10
| * | | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-292-0/+2
| * | | net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2021-01-292-2/+5
|/ / /
* | | Merge branch 'add-nci-suit-and-virtual-nci-device-driver'Jakub Kicinski2021-01-298-0/+844
|\ \ \
| * | | selftests: Add nci suiteBongsu Jeon2021-01-295-0/+617
| * | | nfc: Add a virtual nci device driverBongsu Jeon2021-01-293-0/+227
|/ / /
* | | net: packet: make pkt_sk() inlineMenglong Dong2021-01-291-1/+1
* | | hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)2021-01-294-86/+150
| |/ |/|
* | octeontx2-af: Fix 'physical' typosBjorn Helgaas2021-01-283-3/+3
* | linux/qed: fix spelling typo in qed_chain.hdingsenjie2021-01-281-1/+1
* | Merge branch 'nexthop-preparations-for-resilient-next-hop-groups'Jakub Kicinski2021-01-284-116/+245
|\ \
| * | nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-281-18/+25
| * | nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-281-10/+22
| * | nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-281-19/+33
| * | nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-281-2/+16
| * | nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-281-12/+19
| * | nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-281-20/+24
| * | nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
| * | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-284-29/+69
| * | nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5
| * | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-282-3/+8
| * | nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-281-6/+16