index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-170
/
+415
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
5
-53
/
+115
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
7
-68
/
+83
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
8
-151
/
+162
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
1
-5
/
+4
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
1
-8
/
+3
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
1
-19
/
+8
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
1
-7
/
+6
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
1
-61
/
+26
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
10
-95
/
+142
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
2
-55
/
+53
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
1
-2
/
+4
2022-03-03
bnx2: Fix an error message
Christophe JAILLET
1
-1
/
+1
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+1
2022-03-03
net/mlx5: Support GRE conntrack offload
Toshiaki Makita
1
-6
/
+15
2022-03-03
net: mscc: ocelot: accept configuring bridge port flags on the NPI port
Vladimir Oltean
1
-0
/
+3
2022-03-03
net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021q
Vladimir Oltean
1
-10
/
+0
2022-03-03
net: dsa: felix: start off with flooding disabled on the CPU port
Vladimir Oltean
1
-17
/
+0
2022-03-03
net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU port
Vladimir Oltean
1
-2
/
+45
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-26
/
+145
2022-03-03
sfc: extend the locking on mcdi->seqno
Niels Dossche
1
-1
/
+1
2022-03-03
ice: add TTY for GNSS module for E810T device
Karol Kolacinski
11
-1
/
+566
2022-03-03
mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS
Petr Machata
2
-2
/
+293
2022-03-03
mlxsw: Extract classification of router-related events to a helper
Petr Machata
1
-3
/
+13
2022-03-03
mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions
Petr Machata
3
-14
/
+10
2022-03-03
mlxsw: reg: Fix packing of router interface counters
Petr Machata
1
-3
/
+5
2022-03-03
net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
Zheyu Ma
1
-0
/
+3
2022-03-03
qed: validate and restrict untrusted VFs vlan promisc mode
Manish Chopra
2
-2
/
+27
2022-03-03
qed: display VF trust config
Manish Chopra
1
-0
/
+1
2022-03-03
net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platform
Bjorn Andersson
1
-4
/
+18
2022-03-03
net: stmmac: Add support for SM8150
Vinod Koul
1
-0
/
+15
2022-03-03
mlx5: add support for page_pool_get_stats
Joe Damato
2
-1
/
+101
2022-03-02
net: dsa: mv88e6xxx: support RMII cmode
Baruch Siach
1
-0
/
+3
2022-03-02
net: dsa: mv88e6xxx: don't error out cmode set on missing lane
Baruch Siach
1
-0
/
+2
2022-03-02
net: ipa: add an interconnect dependency
Alex Elder
1
-0
/
+1
2022-03-02
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
6
-189
/
+397
2022-03-02
nfp: flower: Remove usage of the deprecated ida_simple_xxx API
Christophe JAILLET
1
-5
/
+5
2022-03-02
net: sfp: use %pe for printing errors
Russell King (Oracle)
1
-18
/
+30
2022-03-02
net: phylink: use %pe for printing errors
Russell King (Oracle)
1
-9
/
+11
2022-03-02
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
2
-2
/
+4
2022-03-02
iwlwifi: mvm: return value for request_ownership
Emmanuel Grumbach
1
-2
/
+3
2022-03-02
iwlwifi: fix build error for IWLMEI
Randy Dunlap
1
-0
/
+1
2022-03-02
net: usb: lan78xx: Use generic_handle_irq_safe().
Sebastian Andrzej Siewior
1
-5
/
+2
2022-03-02
net: hamradio: fix compliation error
Wang Qing
1
-1
/
+1
2022-03-01
macvtap: advertise link netns via netlink
Sven Eckelmann
1
-0
/
+6
2022-03-01
nfp: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Wan Jiabing
1
-1
/
+1
2022-03-01
tun: support NAPI for packets received from batched XDP buffs
Harold Huang
1
-13
/
+30
2022-03-01
sfc: set affinity hints in local NUMA node only
Íñigo Huguet
1
-2
/
+10
2022-03-01
sfc: default config to 1 channel/core in local NUMA node only
Íñigo Huguet
1
-17
/
+34
2022-03-01
iavf: Remove non-inclusive language
Mateusz Palczewski
3
-4
/
+4
[prev]
[next]