index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2018-02-28
xen-netfront: Fix hang on device removal
Jason Andryuk
1
-1
/
+6
2018-02-23
gianfar: simplify FCS handling and fix memory leak
Andy Spencer
1
-16
/
+7
2018-02-23
macvlan: fix use-after-free in macvlan_common_newlink()
Alexey Kodanev
1
-1
/
+1
2018-02-22
net: aquantia: Fix error handling in aq_pci_probe()
Dan Carpenter
1
-4
/
+10
2018-02-22
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-1
/
+1
2018-02-22
ibmvnic: Fix early release of login buffer
Thomas Falcon
1
-1
/
+1
2018-02-22
net/smc9194: Remove bogus CONFIG_MAC reference
Finn Thain
1
-1
/
+1
2018-02-22
smsc75xx: fix smsc75xx_set_features()
Eric Dumazet
1
-3
/
+4
2018-02-21
amd-xgbe: Restore PCI interrupt enablement setting on resume
Tom Lendacky
1
-0
/
+2
2018-02-21
virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDP
Jesper Dangaard Brouer
1
-1
/
+11
2018-02-21
virtio_net: fix memory leak in XDP_REDIRECT
Jesper Dangaard Brouer
1
-15
/
+22
2018-02-21
virtio_net: fix XDP code path in receive_small()
Jesper Dangaard Brouer
1
-1
/
+1
2018-02-21
virtio_net: disable XDP_REDIRECT in receive_mergeable() case
Jesper Dangaard Brouer
1
-7
/
+0
2018-02-21
Merge tag 'mlx5-fixes-2018-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
10
-33
/
+70
2018-02-20
net/mlx5: Fix error handling when adding flow rules
Vlad Buslov
1
-2
/
+8
2018-02-20
net/mlx5: E-Switch, Fix drop counters use before creation
Eugenia Emantayev
1
-4
/
+4
2018-02-20
net/mlx5: Add header re-write to the checks for conflicting actions
Or Gerlitz
1
-1
/
+2
2018-02-20
net/mlx5: Use 128B cacheline size for 128B or larger cachelines
Daniel Jurgens
1
-1
/
+1
2018-02-20
net/mlx5e: Specify numa node when allocating drop rq
Gal Pressman
1
-2
/
+8
2018-02-20
net/mlx5e: Return error if prio is specified when offloading eswitch vlan push
Or Gerlitz
1
-1
/
+2
2018-02-20
net/mlx5: Address static checker warnings on non-constant initializers
Or Gerlitz
1
-4
/
+4
2018-02-20
net/mlx5e: Eliminate build warnings on no previous prototype
Or Gerlitz
2
-2
/
+3
2018-02-20
net/mlx5e: Verify inline header size do not exceed SKB linear size
Eran Ben Elisha
1
-1
/
+1
2018-02-20
net/mlx5e: Fix loopback self test when GRO is off
Inbar Karmy
1
-1
/
+2
2018-02-20
net/mlx5e: Fix TCP checksum in LRO buffers
Gal Pressman
1
-14
/
+35
2018-02-20
ibmvnic: Check for NULL skb's in NAPI poll routine
Thomas Falcon
1
-0
/
+5
2018-02-19
tg3: APE heartbeat changes
Prashant Sreedharan
2
-11
/
+29
2018-02-19
mlxsw: spectrum_router: Do not unconditionally clear route offload indication
Ido Schimmel
1
-0
/
+3
2018-02-19
net: qualcomm: rmnet: Fix possible null dereference in command processing
Subash Abhinov Kasiviswanathan
1
-0
/
+5
2018-02-19
net: qualcomm: rmnet: Fix warning seen with 64 bit stats
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2018-02-19
net: qualcomm: rmnet: Fix crash on real dev unregistration
Subash Abhinov Kasiviswanathan
1
-54
/
+14
2018-02-19
mac80211_hwsim: don't use WQ_MEM_RECLAIM
Johannes Berg
1
-1
/
+1
2018-02-16
tun: fix tun_napi_alloc_frags() frag allocator
Eric Dumazet
1
-10
/
+6
2018-02-16
PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
Casey Leedom
1
-10
/
+0
2018-02-16
cxgb4: fix trailing zero in CIM LA dump
Rahul Lakkireddy
2
-2
/
+2
2018-02-16
cxgb4: free up resources of pf 0-3
Ganesh Goudar
1
-12
/
+13
2018-02-14
ibmvnic: Clean RX pool buffers during device close
Thomas Falcon
1
-1
/
+30
2018-02-14
ibmvnic: Free RX socket buffer in case of adapter error
Thomas Falcon
1
-0
/
+1
2018-02-14
ibmvnic: Fix NAPI structures memory leak
Thomas Falcon
1
-0
/
+2
2018-02-14
ibmvnic: Fix login buffer memory leaks
Thomas Falcon
1
-0
/
+16
2018-02-14
ibmvnic: Wait until reset is complete to set carrier on
Thomas Falcon
1
-2
/
+2
2018-02-14
Revert "net: thunderx: Add support for xdp redirect"
Jesper Dangaard Brouer
3
-94
/
+31
2018-02-13
mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
Jiri Pirko
1
-14
/
+18
2018-02-12
net: cavium: fix NULL pointer dereference in cavium_ptp_put
Jan Glauber
1
-0
/
+2
2018-02-12
net: thunderbolt: Run disconnect flow asynchronously when logout is received
Mika Westerberg
1
-1
/
+13
2018-02-12
net: thunderbolt: Tear down connection properly on suspend
Mika Westerberg
1
-4
/
+1
2018-02-12
sh_eth: Remove obsolete explicit clock handling for WoL
Geert Uytterhoeven
1
-15
/
+3
2018-02-12
ravb: Remove obsolete explicit clock handling for WoL
Geert Uytterhoeven
1
-6
/
+0
2018-02-12
net: phy: fix wrong mask to phy_modify()
Ingo van Lil
1
-1
/
+1
[next]