summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-216/+385
2017-01-27sfc: insert catch-all filters for encapsulated trafficEdward Cree2-146/+449
2017-01-27sfc: refactor debug-or-warnings printksJon Cooper2-15/+12
2017-01-27sfc: fixes to filter restore handlingJon Cooper1-4/+38
2017-01-27net: phy: broadcom: add support for BCM54210ERafał Miłecki1-1/+33
2017-01-27Merge tag 'linux-can-next-for-4.11-20170124' of git://git.kernel.org/pub/scm/...David S. Miller2-11/+127
2017-01-27net: phy: micrel: add support for KSZ8795Sean Nyekjaer1-0/+14
2017-01-27gtp: fix cross netns recv on gtp socketAndreas Schultz1-6/+4
2017-01-27gtp: clear DF bit on GTP packet txAndreas Schultz1-1/+1
2017-01-27gtp: add genl family modules aliasAndreas Schultz1-0/+1
2017-01-27ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli3-6/+5
2017-01-26liquidio: Avoid accessing skb after submitting to input queueSatanand Burla2-6/+6
2017-01-26net: phy: broadcom: drop duplicated define for RGMII SKEW delayRafał Miłecki1-1/+1
2017-01-26net: phy: broadcom: use auxctl reading helper in BCM54612E codeRafał Miłecki1-4/+2
2017-01-26virtio_net: reject XDP programs using header adjustmentJakub Kicinski1-0/+5
2017-01-26virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend1-2/+6
2017-01-26r8152: check rx after napi is enabledhayeswang1-1/+6
2017-01-26r8152: re-schedule napi for txhayeswang1-0/+3
2017-01-26r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang1-2/+6
2017-01-26r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang1-3/+9
2017-01-25sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař1-3/+15
2017-01-25net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham1-77/+18
2017-01-25net: thunderx: Support to configure queue sizes from ethtoolSunil Goutham3-9/+65
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2-0/+2
2017-01-25net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven1-2/+6
2017-01-25net-next: ethernet: mediatek: change the compatible stringJohn Crispin1-1/+1
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25
2017-01-25r8152: fix the wrong spellinghayeswang1-2/+2
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann5-12/+34
2017-01-25Merge tag 'mlx5-updates-2017-01-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-118/+363
2017-01-25netvsc: call netif_receive_skbstephen hemminger1-1/+1
2017-01-25netvsc: simplify get next send sectionstephen hemminger1-20/+8
2017-01-25netvsc: report per-channel stats in ethtool statisticsSimon Xiao3-57/+93
2017-01-25netvsc: account for packets/bytes transmitted after completionstephen hemminger3-14/+22
2017-01-25netvsc: eliminate per-device outstanding send counterstephen hemminger3-32/+34
2017-01-25netvsc: simplify rndis_filter_removestephen hemminger3-11/+12
2017-01-25netvsc: don't pass void * to internal device_addstephen hemminger3-8/+8
2017-01-25netvsc: optimize receive pathstephen hemminger4-133/+93
2017-01-25netvsc: group all per-channel state togetherstephen hemminger4-47/+51
2017-01-25netvsc: remove unused variablesstephen hemminger2-7/+0
2017-01-25netvsc: enhance transmit select_queuestephen hemminger1-8/+27
2017-01-25netvsc: allow get/set of RSS indirection tablestephen hemminger3-5/+31
2017-01-25netvsc: allow more flexible setting of number of channelsstephen hemminger2-79/+50
2017-01-25netvsc: add ethtool ops to get/set RSS keystephen hemminger3-17/+70
2017-01-25netvsc: report rss field valuesstephen hemminger1-0/+27
2017-01-25netvsc: report number of rx queues in ethtoolstephen hemminger1-0/+16
2017-01-25netvsc: negotiate checksum and segmentation parametersstephen hemminger3-76/+305