summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: make dsa_switch_ops constBhumika Goyal2017-08-093-3/+3
* liquidio: napi cleanupIntiyaz Basha2017-08-092-0/+29
* ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot2017-08-091-1/+0
* ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot2017-08-091-7/+55
* ibmvnic: Clean up resources on probe failureNathan Fontenot2017-08-091-11/+15
* bpf, nfp: implement jiting of BPF_J{LT,LE}Daniel Borkmann2017-08-091-0/+24
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-08-0914-31/+166
|\
| * igb: support BCM54616 PHYJohn W Linville2017-08-083-0/+8
| * igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-081-1/+1
| * igbvf: after mailbox write, wait for replyGreg Edwards2017-08-081-2/+8
| * igbvf: add lock around mailbox opsGreg Edwards2017-08-084-0/+56
| * e1000e: Initial Support for IceLakeSasha Neftin2017-08-082-0/+8
| * igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-084-12/+26
| * igb: expose mailbox unlock methodGreg Edwards2017-08-083-0/+41
| * igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-082-13/+14
| * igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
| * e1000e: add check on e1e_wphy() return valueGustavo A R Silva2017-08-081-0/+2
| * igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
| * igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0929-91/+303
|\ \
| * | qmi_wwan: fix NULL deref on disconnectBjørn Mork2017-08-081-1/+5
| * | ppp: fix xmit recursion detection on ppp channelsGuillaume Nault2017-08-081-8/+10
| * | net: dsa: mediatek: add adjust link support for user portsJohn Crispin2017-08-082-0/+39
| * | net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti2017-08-081-11/+18
| * | qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet2017-08-071-1/+1
| * | asix: Fix small memory leak in ax88772_unbind()Dean Jenkins2017-08-073-0/+17
| * | asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins2017-08-071-9/+25
| * | asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins2017-08-071-1/+3
| * | netvsc: fix race on sub channel creationstephen hemminger2017-08-063-7/+11
| * | xgene: Always get clk source, but ignore if it's missing for SGMII portsThomas Bogendoerfer2017-08-041-3/+3
| * | mlxsw: spectrum_switchdev: Release multicast groups during finiIdo Schimmel2017-08-041-1/+12
| * | mlxsw: spectrum_switchdev: Don't warn about valid situationsIdo Schimmel2017-08-041-12/+12
| * | ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon2017-08-021-1/+14
| * | usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin2017-08-021-0/+1
| * | net/mlx4_core: Fixes missing capability bit in flags2 capability dumpJack Morgenstein2017-08-021-0/+1
| * | net/mlx4_core: Fix namespace misalignment in QinQ VST support commitJack Morgenstein2017-08-021-1/+1
| * | net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dumpJack Morgenstein2017-08-021-1/+1
| * | net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy2017-08-024-7/+15
| * | lan78xx: Fix to handle hard_header_len updateNisar Sayed2017-08-021-3/+3
| * | lan78xx: USB fast connect/disconnect crash fixNisar Sayed2017-08-021-6/+6
| * | ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli2017-08-011-1/+1
| * | netvsc: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+2
| * | gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-011-1/+1
| * | nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+2
| * | ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+4
| * | i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-011-0/+2
| * | b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+1
| * | vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
| * | net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-011-1/+1
| * | net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-012-2/+83