index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethtool: potential NULL dereference in strset_prepare_data()
Dan Carpenter
2020-01-09
1
-0
/
+1
*
ethtool: fix ->reply_size() error handling
Dan Carpenter
2020-01-09
1
-2
/
+4
*
ethtool: fix a memory leak in ethnl_default_start()
Dan Carpenter
2020-01-09
1
-3
/
+10
*
Merge branch 'Broadcom-tags-support-for-531x5-539x-families'
David S. Miller
2020-01-09
20
-37
/
+114
|
\
|
*
net: dsa: b53: Enable Broadcom tags for 531x5/539x families
Florian Fainelli
2020-01-09
1
-9
/
+37
|
*
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
2020-01-09
20
-29
/
+78
|
/
*
Merge branch 'Devlink-notification-after-recovery-complete-by-bnxt_en-driver'
David S. Miller
2020-01-09
5
-17
/
+63
|
\
|
*
bnxt_en: Call recovery done after reset is successfully done
Vikas Gupta
2020-01-09
3
-2
/
+14
|
*
devlink: add devink notification when reporter update health state
Vikas Gupta
2020-01-09
1
-17
/
+42
|
*
devlink: add support for reporter recovery completion
Vikas Gupta
2020-01-09
2
-2
/
+11
|
/
*
Merge branch 'reduce-open-coded-skb-next-access-for-gso-segment-walking'
David S. Miller
2020-01-09
9
-53
/
+31
|
\
|
*
net: iwlwifi: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-7
/
+2
|
*
net: myri10ge: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-5
/
+3
|
*
net: sfc: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-5
/
+2
|
*
net: sunvnet: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-6
/
+3
|
*
net: tg3: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-7
/
+5
|
*
net: r8152: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-7
/
+5
|
*
net: tap: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-09
1
-8
/
+6
|
*
net: introduce skb_list_walk_safe for skb segment walking
Jason A. Donenfeld
2020-01-09
2
-8
/
+5
|
/
*
socket: fix unused-function warning
Arnd Bergmann
2020-01-09
1
-11
/
+12
*
Merge branch 'sfc-code-refactoring'
David S. Miller
2020-01-08
25
-2848
/
+3262
|
\
|
*
sfc: move common tx code
Alex Maftei (amaftei)
2020-01-08
3
-296
/
+311
|
*
sfc: move common rx code
Alex Maftei (amaftei)
2020-01-08
6
-375
/
+383
|
*
sfc: move event queue management code
Alex Maftei (amaftei)
2020-01-08
2
-92
/
+91
|
*
sfc: move channel interrupt management code
Alex Maftei (amaftei)
2020-01-08
2
-316
/
+322
|
*
sfc: move channel alloc/removal code
Alex Maftei (amaftei)
2020-01-08
5
-435
/
+441
|
*
sfc: move channel start/stop code
Alex Maftei (amaftei)
2020-01-08
3
-188
/
+190
|
*
sfc: move some channel-related code
Alex Maftei (amaftei)
2020-01-08
3
-170
/
+190
|
*
sfc: move struct init and fini code
Alex Maftei (amaftei)
2020-01-08
2
-371
/
+415
|
*
sfc: move some device reset code
Alex Maftei (amaftei)
2020-01-08
2
-227
/
+237
|
*
sfc: move datapath management code
Alex Maftei (amaftei)
2020-01-08
2
-303
/
+335
|
*
sfc: move mac configuration and status functions
Alex Maftei (amaftei)
2020-01-08
2
-44
/
+45
|
*
sfc: move reset workqueue code
Alex Maftei (amaftei)
2020-01-08
3
-17
/
+70
|
*
sfc: further preparation for code split
Alex Maftei (amaftei)
2020-01-08
2
-26
/
+20
|
*
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
2020-01-08
19
-141
/
+365
|
/
*
hsr: fix dummy hsr_debugfs_rename() declaration
Arnd Bergmann
2020-01-08
1
-1
/
+1
*
net/ncsi: Send device address as source address
Vijay Khemka
2020-01-08
1
-1
/
+9
*
net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
yu kuai
2020-01-08
1
-2
/
+2
*
Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2020-01-08
15
-152
/
+676
|
\
|
*
net/mlx5: DR, Create multiple destination action from dr_create_fte
Alex Vesker
2020-01-07
1
-16
/
+72
|
*
net/mlx5: DR, Add support for multiple destination table action
Alex Vesker
2020-01-07
3
-0
/
+132
|
*
net/mlx5: DR, Align dest FT action creation to API
Alex Vesker
2020-01-07
4
-17
/
+23
|
*
net/mlx5: DR, Pass table flags at creation to lower layer
Erez Shitrit
2020-01-07
4
-4
/
+10
|
*
net/mlx5: DR, Create multi-destination table for SW-steering use
Erez Shitrit
2020-01-07
2
-0
/
+75
|
*
net/mlx5: DR, Create FTE entry in the FW from SW-steering
Erez Shitrit
2020-01-07
2
-0
/
+242
|
*
net/mlx5: DR, Use attributes struct for FW flow table creation
Alex Vesker
2020-01-07
4
-35
/
+50
|
*
net/mlx5: Use async EQ setup cleanup helpers for multiple EQs
Parav Pandit
2020-01-07
1
-65
/
+49
|
*
net/mlx5: Reduce No CQ found log level from warn to debug
Parav Pandit
2020-01-07
1
-1
/
+2
|
*
net/mlx5: Increase the max number of channels to 128
Fan Li
2020-01-07
3
-10
/
+12
|
*
net/mlx5e: Support accept action on nic table
Tonghao Zhang
2020-01-07
1
-0
/
+4
[next]