- 644807e mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls by Florian Westphal · 3 years, 1 month ago
- 5cbd886 selftests: mptcp: add TCP_INQ support by Florian Westphal · 3 years, 1 month ago
- 2c9e776 mptcp: add TCP_INQ cmsg support by Florian Westphal · 3 years, 1 month ago
- c0e5e11 vrf: use dev_replace_track() for better tracking by Eric Dumazet · 3 years, 1 month ago
- 1c55269 net/smc: Clear memory when release and reuse buffer by Tony Lu · 3 years, 1 month ago
- 364d470 Revert "net: hns3: add void before function which don't receive ret" by Guangbin Huang · 3 years, 1 month ago
- 01081be net: prestera: replace zero-length array with flexible-array member by José Expósito · 3 years, 1 month ago
- 5382911 net: wwan: iosm: select CONFIG_RELAY by Arnd Bergmann · 3 years, 1 month ago
- 45cac67 net: fix recent csum changes by Eric Dumazet · 3 years, 1 month ago
- 4c37527 Merge branch 'net-add-preliminary-netdev-refcount-tracking' by Jakub Kicinski · 3 years, 1 month ago
- 5fa5ae6 netpoll: add net device refcount tracker to struct netpoll by Eric Dumazet · 3 years, 1 month ago
- 42120a8 ipmr, ip6mr: add net device refcount tracker to struct vif_device by Eric Dumazet · 3 years, 1 month ago
- 095e200 net: failover: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- 63f1393 net: linkwatch: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- 606509f net/sched: add net device refcount tracker to struct Qdisc by Eric Dumazet · 3 years, 1 month ago
- c04438f ipv4: add net device refcount tracker to struct in_device by Eric Dumazet · 3 years, 1 month ago
- 8c72700 ipv6: add net device refcount tracker to struct inet6_dev by Eric Dumazet · 3 years, 1 month ago
- f77159a net: add net device refcount tracker to struct netdev_adjacent by Eric Dumazet · 3 years, 1 month ago
- 08d6225 net: add net device refcount tracker to struct neigh_parms by Eric Dumazet · 3 years, 1 month ago
- 77a23b1 net: add net device refcount tracker to struct pneigh_entry by Eric Dumazet · 3 years, 1 month ago
- 85662c9 net: add net device refcount tracker to struct neighbour by Eric Dumazet · 3 years, 1 month ago
- 56c1c77 ipv6: add net device refcount tracker to struct ip6_tnl by Eric Dumazet · 3 years, 1 month ago
- c0fd407 sit: add net device refcount tracking to ip_tunnel by Eric Dumazet · 3 years, 1 month ago
- fb67510 ipv6: add net device refcount tracker to rt6_probe_deferred() by Eric Dumazet · 3 years, 1 month ago
- 9038c32 net: dst: add net device refcount tracking to dst_entry by Eric Dumazet · 3 years, 1 month ago
- 4dbd24f drop_monitor: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- 14ed029 net: add net device refcount tracker to dev_ifsioc() by Eric Dumazet · 3 years, 1 month ago
- 5ae2195 net: add net device refcount tracker to ethtool_phys_id() by Eric Dumazet · 3 years, 1 month ago
- 0b688f2 net: add net device refcount tracker to struct netdev_queue by Eric Dumazet · 3 years, 1 month ago
- 80e8921 net: add net device refcount tracker to struct netdev_rx_queue by Eric Dumazet · 3 years, 1 month ago
- 4d92b95 net: add net device refcount tracker infrastructure by Eric Dumazet · 3 years, 1 month ago
- 914a7b5 lib: add tests for reference tracker by Eric Dumazet · 3 years, 1 month ago
- 4e66934 lib: add reference counting tracking infrastructure by Eric Dumazet · 3 years, 1 month ago
- ce83278 Merge branch 'qed-enhancements' by Jakub Kicinski · 3 years, 1 month ago
- 823163ba qed*: esl priv flag support through ethtool by Manish Chopra · 3 years, 1 month ago
- 0cc3a80 qed*: enhance tx timeout debug info by Manish Chopra · 3 years, 1 month ago
- bb14bfc net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets() by Dan Carpenter · 3 years, 1 month ago
- f6882b8 net: prestera: acl: fix return value check in prestera_acl_rule_entry_find() by Yang Yingliang · 3 years, 1 month ago
- ab11393 net: dsa: vsc73xxx: Get rid of duplicate of_node assignment by Andy Shevchenko · 3 years, 1 month ago
- 43332cf net/sched: act_ct: Offload only ASSURED connections by Chris Mi · 3 years, 1 month ago
- 119c1a3 Merge branch 'hns3-cleanups' by David S. Miller · 3 years, 1 month ago
- 184da9d net: hns3: fix hns3 driver header file not self-contained issue by Jie Wang · 3 years, 1 month ago
- 7acf76b net: hns3: replace one tab with space in for statement by Hao Chen · 3 years, 1 month ago
- 40975e7 net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg() by Hao Chen · 3 years, 1 month ago
- 4e599dd net: hns3: add comments for hclge_dbg_fill_content() by Hao Chen · 3 years, 1 month ago
- 5ac4f18 net: hns3: add void before function which don't receive ret by Hao Chen · 3 years, 1 month ago
- 9fcadbaa net: hns3: align return value type of atomic_read() with its output by Hao Chen · 3 years, 1 month ago
- 72dcdec net: hns3: modify one argument type of function hclge_ncl_config_data_print by Guangbin Huang · 3 years, 1 month ago
- 0cc25c6 net: hns3: Align type of some variables with their print type by Hao Chen · 3 years, 1 month ago
- 114967a net: hns3: add print vport id for failed message of vlan by Guangbin Huang · 3 years, 1 month ago
- e7a51bf net: hns3: refactor function hclge_set_vlan_filter_hw by Guangbin Huang · 3 years, 1 month ago
- 23e0316 net: hns3: optimize function hclge_cfg_common_loopback() by Yufeng Mo · 3 years, 1 month ago
- 0109841 Merge tag 'mlx5-updates-2021-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 3 years, 1 month ago
- b247f32 net/mlx5: Dynamically resize flow counters query buffer by Avihai Horon · 3 years, 2 months ago
- d4bb053 net/mlx5e: TC, Set flow attr ip_version earlier by Roi Dayan · 3 years, 2 months ago
- df99047 net/mlx5e: TC, Move common flow_action checks into function by Roi Dayan · 3 years, 2 months ago
- 70a140e net/mlx5e: Remove redundant actions arg from vlan push/pop funcs by Roi Dayan · 3 years, 5 months ago
- 3cc78411f net/mlx5e: Remove redundant actions arg from validate_goto_chain() by Roi Dayan · 3 years, 5 months ago
- 9745dbe net/mlx5e: TC, Remove redundant action stack var by Roi Dayan · 3 years, 2 months ago
- e954222 net/mlx5e: Hide function mlx5e_num_channels_changed by Tariq Toukan · 3 years, 4 months ago
- 3ef1f8e net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro by Ben Ben-Ishay · 3 years, 2 months ago
- fad1783a net/mlx5: Print more info on pci error handlers by Saeed Mahameed · 3 years, 3 months ago
- c64d01b net/mlx5: SF, silence an uninitialized variable warning by Dan Carpenter · 3 years, 1 month ago
- 31108d1 net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()' by Christophe JAILLET · 3 years, 2 months ago
- baf5c00 net/mlx5: Fix error return code in esw_qos_create() by Wei Yongjun · 3 years, 1 month ago
- d2b8c7b mlx5: fix mlx5i_grp_sw_update_stats() stack usage by Arnd Bergmann · 3 years, 2 months ago
- 7a7dd51 mlx5: fix psample_sample_packet link error by Arnd Bergmann · 3 years, 2 months ago
- fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- a51e3ac Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
- 2b2c0f2 Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
- df36588 Merge tag 'for-linus-5.16-2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 1 month ago
- 36d7d36 selftests: net: remove meaningless help option by Li Zhijian · 3 years, 1 month ago
- d9e56d1 mctp: Remove redundant if statements by Xu Wang · 3 years, 1 month ago
- 98fa41d net: openvswitch: Remove redundant if statements by Xu Wang · 3 years, 1 month ago
- 0c47894 ipvlan: Remove redundant if statements by Xu Wang · 3 years, 1 month ago
- 88362eb net: dsa: b53: Add SPI ID table by Florian Fainelli · 3 years, 1 month ago
- cc9cf69 net: lan966x: Fix builds for lan966x driver by Horatiu Vultur · 3 years, 1 month ago
- a72d45e dt-bindings: net: lan966x: Add additional properties for lan966x by Horatiu Vultur · 3 years, 1 month ago
- 7e9979e qed: Enhance rammod debug prints to provide pretty details by Prabhakar Kushwaha · 3 years, 1 month ago
- 1ebb87c gro: Fix inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
- a05431b selftests: net: Correct case name by Li Zhijian · 3 years, 1 month ago
- a290cf6 net: lan966x: Fix duplicate check in frame extraction by Horatiu Vultur · 3 years, 1 month ago
- 19f36ed net/rds: correct socket tunable error in rds_tcp_tune() by William Kucharski · 3 years, 1 month ago
- 76d0016 mctp: Don't let RTM_DELROUTE delete local routes by Matt Johnston · 3 years, 1 month ago
- 00e158f net/smc: Keep smc_close_final rc during active close by Tony Lu · 3 years, 1 month ago
- 5b08560 ibmvnic: drop bad optimization in reuse_tx_pools() by Sukadev Bhattiprolu · 3 years, 1 month ago
- 0584f49 ibmvnic: drop bad optimization in reuse_rx_pools() by Sukadev Bhattiprolu · 3 years, 1 month ago
- 789b6cc net/smc: fix wrong list_del in smc_lgr_cleanup_early by Dust Li · 3 years, 1 month ago
- 72f6a45 Fix Comment of ETH_P_802_3_MIN by Xiayu Zhang · 3 years, 1 month ago
- 553217c ethernet: aquantia: Try MAC address from device tree by Tianhao Chai · 3 years, 1 month ago
- dfb40cb dt-bindings: net: dsa: qca8k: improve port definition documentation by Ansuel Smith · 3 years, 1 month ago
- 75c9901 dt-bindings: net: dsa: split generic port definition from dsa.yaml by Ansuel Smith · 3 years, 1 month ago
- 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
- b061d14 Merge branch 'hns3-cleanups' by David S. Miller · 3 years, 1 month ago
- 1b33341 net: hns3: refactor function hns3_get_vector_ring_chain() by Jie Wang · 3 years, 1 month ago
- 358e3ed net: hns3: refactor function hclge_set_channels() by Jie Wang · 3 years, 1 month ago
- 673b35b net: hns3: refactor function hclge_configure() by Jie Wang · 3 years, 1 month ago
- d25f5ed net: hns3: split function hclge_update_port_base_vlan_cfg() by Jian Shen · 3 years, 1 month ago
- 8d4b409 net: hns3: split function hns3_nic_net_xmit() by Yufeng Mo · 3 years, 1 month ago
- a41fb39 net: hns3: split function hclge_get_fd_rule_info() by Jian Shen · 3 years, 1 month ago