Age | Commit message (Expand) | Author | Files | Lines |
2021-08-03 | ethtool: runtime-resume netdev parent in ethnl_ops_begin | Heiner Kallweit | 1 | -6/+25 |
2021-08-03 | ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e... | Heiner Kallweit | 1 | -7/+7 |
2021-08-03 | ethtool: move implementation of ethnl_ops_begin/complete to netlink.c | Heiner Kallweit | 2 | -13/+16 |
2021-08-03 | ethtool: runtime-resume netdev parent before ethtool ioctl ops | Heiner Kallweit | 1 | -3/+15 |
2021-08-03 | virtio-net: realign page_to_skb() after merges | Jakub Kicinski | 1 | -19/+8 |
2021-08-03 | Merge branch 'bnxt_en-rx-ring' | David S. Miller | 3 | -11/+90 |
2021-08-03 | bnxt_en: Increase maximum RX ring size if jumbo ring is not used | Michael Chan | 3 | -8/+22 |
2021-08-03 | bnxt_en: Don't use static arrays for completion ring pages | Michael Chan | 2 | -3/+68 |
2021-08-03 | net: Keep vertical alignment | Yajun Deng | 2 | -6/+8 |
2021-08-03 | bonding: add new option lacp_active | Hangbin Liu | 12 | -10/+89 |
2021-08-03 | qed: Remove duplicated include of kernel.h | zhouchuangao | 1 | -1/+0 |
2021-08-03 | drivers/net/usb: Remove all strcpy() uses | Len Baker | 2 | -5/+5 |
2021-08-03 | qed: Remove redundant prints from the iWARP SYN handling | Shai Malin | 1 | -2/+0 |
2021-08-03 | qed: Skip DORQ attention handling during recovery | Shai Malin | 1 | -1/+11 |
2021-08-03 | qed: Avoid db_recovery during recovery | Shai Malin | 1 | -0/+5 |
2021-08-03 | Merge branch 'skb_expand_head' | David S. Miller | 9 | -121/+91 |
2021-08-03 | bpf: use skb_expand_head in bpf_out_neigh_v4/6 | Vasily Averin | 1 | -22/+5 |
2021-08-03 | ax25: use skb_expand_head | Vasily Averin | 3 | -23/+7 |
2021-08-03 | vrf: use skb_expand_head in vrf_finish_output | Vasily Averin | 1 | -14/+7 |
2021-08-03 | ipv4: use skb_expand_head in ip_finish_output2 | Vasily Averin | 1 | -11/+2 |
2021-08-03 | ipv6: use skb_expand_head in ip6_xmit | Vasily Averin | 1 | -16/+11 |
2021-08-03 | ipv6: use skb_expand_head in ip6_finish_output2 | Vasily Averin | 1 | -35/+16 |
2021-08-03 | skbuff: introduce skb_expand_head() | Vasily Averin | 2 | -0/+43 |
2021-08-03 | Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 30 | -1535/+1852 |
2021-08-03 | can: j1939: j1939_session_tx_dat(): fix typo | Marc Kleine-Budde | 1 | -1/+1 |
2021-08-03 | net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set() | Jiapeng Chong | 1 | -1/+4 |
2021-08-03 | net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actions | Roi Dayan | 1 | -3/+3 |
2021-08-03 | net/mlx5e: Remove redundant assignment of counter to null | Roi Dayan | 1 | -2/+2 |
2021-08-03 | net/mlx5e: Remove redundant parse_attr arg | Roi Dayan | 1 | -5/+7 |
2021-08-03 | net/mlx5e: Remove redundant cap check for flow counter | Roi Dayan | 1 | -4/+2 |
2021-08-03 | net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions() | Roi Dayan | 1 | -4/+3 |
2021-08-03 | net/mlx5e: Remove redundant tc act includes | Roi Dayan | 1 | -6/+0 |
2021-08-03 | net/mlx5: Embed mlx5_ttc_table | Maor Gottlieb | 11 | -89/+137 |
2021-08-03 | net/mlx5: Move TTC logic to fs_ttc | Maor Gottlieb | 7 | -638/+665 |
2021-08-03 | net/mlx5e: Decouple TTC logic from mlx5e | Maor Gottlieb | 9 | -235/+250 |
2021-08-03 | net/mlx5e: Rename some related TTC args and functions | Maor Gottlieb | 3 | -23/+26 |
2021-08-03 | net/mlx5e: Rename traffic type enums | Maor Gottlieb | 13 | -159/+162 |
2021-08-03 | net/mlx5e: Allocate the array of channels according to the real max_nch | Maxim Mikityanskiy | 3 | -3/+12 |
2021-08-03 | net/mlx5e: Hide all implementation details of mlx5e_rx_res | Maxim Mikityanskiy | 16 | -720/+875 |
2021-08-03 | net/mlx5e: Introduce mlx5e_channels API to get RQNs | Maxim Mikityanskiy | 3 | -1/+63 |
2021-08-03 | net/mlx5e: Use a new initializer to build uniform indir table | Maxim Mikityanskiy | 5 | -18/+17 |
2021-08-03 | net/mlx4: make the array states static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
2021-08-03 | net: 3c509: make the array if_names static const, makes object smaller | Colin Ian King | 1 | -1/+3 |
2021-08-03 | dpaa2-eth: make the array faf_bits static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
2021-08-03 | qlcnic: make the array random_data static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
2021-08-03 | net: marvell: make the array name static, makes object smaller | Colin Ian King | 1 | -1/+1 |
2021-08-03 | cxgb4: make the array match_all_mac static, makes object smaller | Colin Ian King | 1 | -2/+2 |
2021-08-02 | ipv4: Fix refcount warning for new fib_info | David Ahern | 1 | -1/+1 |
2021-08-02 | net: phy: mscc: make some arrays static const, makes object smaller | Colin Ian King | 1 | -4/+4 |
2021-08-02 | netdevsim: make array res_ids static const, makes object smaller | Colin Ian King | 1 | -1/+1 |