aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_bpf.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)1-1/+1
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet2-3/+3
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)2-6/+23
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)1-0/+7
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)1-0/+3
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-08net-sysfs: warn if new queue objects are being created during device unregistrationAntoine Tenart1-0/+7
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov9-10/+68
2021-12-08net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov6-8/+49
2021-12-08net: wwan: iosm: allow trace port be uninitializedSergey Ryazanov3-5/+11
2021-12-08net: wwan: iosm: consolidate trace port init codeSergey Ryazanov4-21/+9
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean4-83/+45
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean18-17/+31
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean23-148/+177
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean2-43/+43
2021-12-08net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2-14/+16
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean10-32/+39
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean9-37/+62
2021-12-08net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev comparisonVladimir Oltean1-13/+8
2021-12-08net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx_port_check_hw_vlanVladimir Oltean1-15/+9
2021-12-08net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging opsVladimir Oltean1-22/+30
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean5-35/+66
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean8-37/+41
2021-12-08can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()Andy Shevchenko1-9/+4
2021-12-08can: hi311x: hi3110_can_probe(): make use of device property APIAndy Shevchenko1-6/+6
2021-12-08can: hi311x: hi3110_can_probe(): try to get crystal clock rate from propertyAndy Shevchenko1-2/+11
2021-12-08can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input clockAndy Shevchenko1-10/+6
2021-12-08ARM: dts: sun8i: r40: add node for CAN controllerEvgeny Boger1-0/+19
2021-12-08can: sun4i_can: add support for R40 CAN controllerEvgeny Boger1-2/+60
2021-12-08dt-bindings: net: can: add support for Allwinner R40 CAN controllerEvgeny Boger1-0/+24
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol4-13/+9
2021-12-07s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann4-30/+22
2021-12-07s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-07s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-12-07s390/qeth: simplify qeth_receive_skb()Julian Wiedmann1-22/+12
2021-12-07hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook1-6/+12
2021-12-07net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han1-5/+2
2021-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster4-510/+563
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster4-2/+6
2021-12-07net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster1-1/+1
2021-12-07net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2-8/+4
2021-12-07net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet2-8/+11
2021-12-07openvswitch: add net device refcount tracker to struct vportEric Dumazet2-4/+6
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2-3/+7