summaryrefslogtreecommitdiffstats
path: root/lib/math (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-30net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean3-23/+58
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean4-14/+12
2021-01-30net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean1-27/+36
2021-01-30net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean4-9/+24
2021-01-30net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean4-291/+294
2021-01-30net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2-2/+27
2021-01-30vmxnet3: Remove buf_info from device accessible structuresRonak Doshi2-33/+15
2021-01-30net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach1-0/+1
2021-01-30net: proc: speedup /proc/net/netstatEric Dumazet1-14/+36
2021-01-30net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima1-1/+10
2021-01-30net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang5-1/+218
2021-01-30net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang3-1/+234
2021-01-30ip_gre: add csum offload support for gre headerXin Long2-14/+20
2021-01-30net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2021-01-30net: mhi: Get rid of local rx queue countLoic Poulain1-8/+5
2021-01-30net: mhi: Get RX queue size from MHI coreLoic Poulain1-3/+3
2021-01-30docs: networking: timestamping: fix section title markupJan Luebbe1-1/+2
2021-01-30net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie1-12/+1
2021-01-30net: atm: pppoatm: use new API for wakeup taskletEmil Renner Berthing1-4/+5
2021-01-30net: atm: pppoatm: use tasklet_init to initialize wakeup taskletEmil Renner Berthing1-7/+3
2021-01-30net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey1-3/+10
2021-01-30net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2-0/+2
2021-01-30net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2-2/+5
2021-01-30selftests: Add nci suiteBongsu Jeon5-0/+617
2021-01-30nfc: Add a virtual nci device driverBongsu Jeon3-0/+227
2021-01-30net: packet: make pkt_sk() inlineMenglong Dong1-1/+1
2021-01-30hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)4-86/+150
2021-01-29can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...Marc Kleine-Budde1-16/+12
2021-01-29can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify returnMarc Kleine-Budde1-3/+1
2021-01-29can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLCMarc Kleine-Budde2-3/+3
2021-01-29can: mcp251xfd: unify error messages and commetsMarc Kleine-Budde1-4/+4
2021-01-29can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata tableMarc Kleine-Budde1-0/+1
2021-01-29can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...Marc Kleine-Budde1-10/+7
2021-01-29can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...Marc Kleine-Budde1-2/+2
2021-01-29can: mcp251xfd: mcp251xfd_probe(): fix errata referenceMarc Kleine-Budde1-1/+1
2021-01-29octeontx2-af: Fix 'physical' typosBjorn Helgaas3-3/+3
2021-01-29linux/qed: fix spelling typo in qed_chain.hdingsenjie1-1/+1
2021-01-29nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-29nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-29nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-29nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-29nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-29nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-29nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel4-29/+69
2021-01-29nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2-3/+8
2021-01-29nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-29nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-29net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4