summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter2020-01-091-0/+1
* ethtool: fix ->reply_size() error handlingDan Carpenter2020-01-091-2/+4
* ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter2020-01-091-3/+10
* Merge branch 'Broadcom-tags-support-for-531x5-539x-families'David S. Miller2020-01-0920-37/+114
|\
| * net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli2020-01-091-9/+37
| * net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-0920-29/+78
|/
* Merge branch 'Devlink-notification-after-recovery-complete-by-bnxt_en-driver'David S. Miller2020-01-095-17/+63
|\
| * bnxt_en: Call recovery done after reset is successfully doneVikas Gupta2020-01-093-2/+14
| * devlink: add devink notification when reporter update health stateVikas Gupta2020-01-091-17/+42
| * devlink: add support for reporter recovery completionVikas Gupta2020-01-092-2/+11
|/
* Merge branch 'reduce-open-coded-skb-next-access-for-gso-segment-walking'David S. Miller2020-01-099-53/+31
|\
| * net: iwlwifi: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-7/+2
| * net: myri10ge: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-5/+3
| * net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-5/+2
| * net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-6/+3
| * net: tg3: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-7/+5
| * net: r8152: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-7/+5
| * net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-091-8/+6
| * net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld2020-01-092-8/+5
|/
* socket: fix unused-function warningArnd Bergmann2020-01-091-11/+12
* Merge branch 'sfc-code-refactoring'David S. Miller2020-01-0825-2848/+3262
|\
| * sfc: move common tx codeAlex Maftei (amaftei)2020-01-083-296/+311
| * sfc: move common rx codeAlex Maftei (amaftei)2020-01-086-375/+383
| * sfc: move event queue management codeAlex Maftei (amaftei)2020-01-082-92/+91
| * sfc: move channel interrupt management codeAlex Maftei (amaftei)2020-01-082-316/+322
| * sfc: move channel alloc/removal codeAlex Maftei (amaftei)2020-01-085-435/+441
| * sfc: move channel start/stop codeAlex Maftei (amaftei)2020-01-083-188/+190
| * sfc: move some channel-related codeAlex Maftei (amaftei)2020-01-083-170/+190
| * sfc: move struct init and fini codeAlex Maftei (amaftei)2020-01-082-371/+415
| * sfc: move some device reset codeAlex Maftei (amaftei)2020-01-082-227/+237
| * sfc: move datapath management codeAlex Maftei (amaftei)2020-01-082-303/+335
| * sfc: move mac configuration and status functionsAlex Maftei (amaftei)2020-01-082-44/+45
| * sfc: move reset workqueue codeAlex Maftei (amaftei)2020-01-083-17/+70
| * sfc: further preparation for code splitAlex Maftei (amaftei)2020-01-082-26/+20
| * sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-0819-141/+365
|/
* hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann2020-01-081-1/+1
* net/ncsi: Send device address as source addressVijay Khemka2020-01-081-1/+9
* net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai2020-01-081-2/+2
* Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-01-0815-152/+676
|\
| * net/mlx5: DR, Create multiple destination action from dr_create_fteAlex Vesker2020-01-071-16/+72
| * net/mlx5: DR, Add support for multiple destination table actionAlex Vesker2020-01-073-0/+132
| * net/mlx5: DR, Align dest FT action creation to APIAlex Vesker2020-01-074-17/+23
| * net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit2020-01-074-4/+10
| * net/mlx5: DR, Create multi-destination table for SW-steering useErez Shitrit2020-01-072-0/+75
| * net/mlx5: DR, Create FTE entry in the FW from SW-steeringErez Shitrit2020-01-072-0/+242
| * net/mlx5: DR, Use attributes struct for FW flow table creationAlex Vesker2020-01-074-35/+50
| * net/mlx5: Use async EQ setup cleanup helpers for multiple EQsParav Pandit2020-01-071-65/+49
| * net/mlx5: Reduce No CQ found log level from warn to debugParav Pandit2020-01-071-1/+2
| * net/mlx5: Increase the max number of channels to 128Fan Li2020-01-073-10/+12
| * net/mlx5e: Support accept action on nic tableTonghao Zhang2020-01-071-0/+4