index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-26
5
-59
/
+55
|
\
|
*
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
2018-11-17
1
-1
/
+0
|
*
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-11
2
-9
/
+7
|
*
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-11
2
-4
/
+3
|
*
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-11
2
-8
/
+3
|
*
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-11
2
-13
/
+12
|
*
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-11
2
-21
/
+22
|
*
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-11-11
4
-7
/
+7
|
*
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
2018-11-11
3
-8
/
+12
|
*
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
2018-11-09
1
-4
/
+5
*
|
r8169: make use of xmit_more and __netdev_sent_queue
Heiner Kallweit
2018-11-25
1
-10
/
+9
*
|
net: qualcomm: rmnet: move null check on dev before dereferecing it
Colin Ian King
2018-11-25
1
-1
/
+4
*
|
cxgb4: remove set but not used variables 'multitrc, speed'
YueHaibing
2018-11-25
1
-4
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-25
42
-211
/
+309
|
\
\
|
*
|
net: gemini: Fix copy/paste error
Andreas Fiedler
2018-11-24
1
-1
/
+1
|
*
|
net: phy: mscc: fix deadlock in vsc85xx_default_config
Quentin Schulz
2018-11-24
1
-9
/
+5
|
*
|
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
Lorenzo Bianconi
2018-11-24
1
-1
/
+3
|
*
|
net: amd: add missing of_node_put()
Yangtao Li
2018-11-24
1
-1
/
+3
|
*
|
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
Hangbin Liu
2018-11-24
1
-2
/
+0
|
*
|
virtio-net: fail XDP set if guest csum is negotiated
Jason Wang
2018-11-23
1
-2
/
+3
|
*
|
virtio-net: disable guest csum during XDP set
Jason Wang
2018-11-23
1
-6
/
+2
|
*
|
ibmvnic: Update driver queues after change in ring size support
Thomas Falcon
2018-11-22
1
-1
/
+8
|
*
|
ibmvnic: Fix RX queue buffer cleanup
Thomas Falcon
2018-11-22
1
-2
/
+2
|
*
|
net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
Lorenzo Bianconi
2018-11-22
1
-2
/
+7
|
*
|
net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...
Vincent Chen
2018-11-22
1
-4
/
+3
|
*
|
Merge tag 'wireless-drivers-for-davem-2018-11-20' of git://git.kernel.org/pub...
David S. Miller
2018-11-22
16
-38
/
+82
|
|
\
\
|
|
*
|
mt76: fix uninitialized mutex access setting rts threshold
Lorenzo Bianconi
2018-11-16
2
-3
/
+2
|
|
*
|
brcmfmac: fix reporting support for 160 MHz channels
Rafał Miłecki
2018-11-16
1
-1
/
+2
|
|
*
|
ath10k: don't assume 'vif' is non-NULL in flush()
Brian Norris
2018-11-16
1
-1
/
+1
|
|
*
|
iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
Luca Coelho
2018-11-15
1
-8
/
+28
|
|
*
|
iwlwifi: fix D3 debug data buffer memory leak
Shahar S Matityahu
2018-11-15
2
-1
/
+7
|
|
*
|
iwlwifi: mvm: fix regulatory domain update when the firmware starts
Emmanuel Grumbach
2018-11-15
2
-5
/
+8
|
|
*
|
iwlwifi: mvm: support sta_statistics() even on older firmware
Emmanuel Grumbach
2018-11-15
1
-4
/
+0
|
|
*
|
iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
Matt Chen
2018-11-15
2
-2
/
+4
|
|
*
|
mt76: fix building without CONFIG_LEDS_CLASS
Arnd Bergmann
2018-11-06
3
-5
/
+15
|
|
*
|
brcmutil: really fix decoding channel info for 160 MHz bandwidth
Rafał Miłecki
2018-11-06
1
-0
/
+3
|
|
*
|
wlcore: Fixup "Add support for optional wakeirq"
John Stultz
2018-11-06
1
-6
/
+11
|
|
*
|
ath9k: Fix a locking bug in ath9k_add_interface()
Dan Carpenter
2018-11-06
1
-2
/
+1
|
*
|
|
tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
Siva Reddy Kallam
2018-11-20
1
-2
/
+16
|
*
|
|
Merge tag 'mlx5-fixes-2018-11-19' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2018-11-20
12
-83
/
+116
|
|
\
\
\
|
|
*
|
|
net/mlx5e: Fix failing ethtool query on FEC query error
Shay Agroskin
2018-11-20
1
-2
/
+1
|
|
*
|
|
net/mlx5e: Removed unnecessary warnings in FEC caps query
Shay Agroskin
2018-11-20
2
-4
/
+4
|
|
*
|
|
net/mlx5e: Fix wrong field name in FEC related functions
Shay Agroskin
2018-11-20
1
-2
/
+2
|
|
*
|
|
net/mlx5e: Fix a bug in turning off FEC policy in unsupported speeds
Shay Agroskin
2018-11-20
1
-16
/
+12
|
|
*
|
|
net/mlx5e: Fix selftest for small MTUs
Valentine Fatiev
2018-11-19
1
-16
/
+10
|
|
*
|
|
net/mlx5e: RX, verify received packet size in Linear Striding RQ
Moshe Shemesh
2018-11-19
5
-1
/
+15
|
|
*
|
|
net/mlx5e: Apply the correct check for supporting TC esw rules split
Roi Dayan
2018-11-19
1
-1
/
+1
|
|
*
|
|
net/mlx5e: Adjust to max number of channles when re-attaching
Yuval Avnery
2018-11-19
1
-5
/
+22
|
|
*
|
|
net/mlx5e: Always use the match level enum when parsing TC rule match
Or Gerlitz
2018-11-19
1
-2
/
+2
|
|
*
|
|
net/mlx5e: Claim TC hw offloads support only under a proper build config
Or Gerlitz
2018-11-19
1
-0
/
+6
[next]