summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: select needed ucs2_string routineStephen Hemminger2018-04-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2129-174/+490
|\
| * bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam2018-04-192-24/+27
| * virtio_net: sparse annotation fixMichael S. Tsirkin2018-04-191-1/+1
| * virtio_net: fix adding vids on big-endianMichael S. Tsirkin2018-04-191-3/+3
| * virtio_net: split out ctrl bufferMichael S. Tsirkin2018-04-191-29/+39
| * net: hns: Avoid action name truncationdann frazier2018-04-191-1/+1
| * vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi2018-04-192-6/+15
| * net: qmi_wwan: add Wistron Neweb D19Q1Pawel Dembicki2018-04-191-0/+1
| * net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2018-04-193-9/+7
| * net: mvpp2: Fix DMA address mask sizeMaxime Chevallier2018-04-191-5/+7
| * net: qualcomm: rmnet: Fix warning seen with fill_infoSubash Abhinov Kasiviswanathan2018-04-191-5/+6
| * tun: fix vlan packet truncationBjørn Mork2018-04-181-6/+1
| * sfc: check RSS is active for filter insertBert Kenward2018-04-171-2/+2
| * ibmvnic: Clear pending interrupt after device resetThomas Falcon2018-04-161-4/+11
| * team: avoid adding twice the same option to the event listPaolo Abeni2018-04-161-0/+19
| * net: mvpp2: Fix TCAM filter reserved rangeMaxime Chevallier2018-04-161-1/+1
| * Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter2018-04-161-3/+2
| * sfc: limit ARFS workitems in flight per channelEdward Cree2018-04-142-28/+55
| * sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2018-04-142-3/+2
| * sfc: insert ARFS filters with replace_equal=trueEdward Cree2018-04-141-1/+1
| * virtio-net: add missing virtqueue kick when flushing packetsJason Wang2018-04-131-2/+9
| * net: dsa: mv88e6xxx: Fix receive time stamp race condition.Richard Cochran2018-04-131-2/+10
| * nfp: flower: split and limit cmsg skb listsPieter Jansen van Vuuren2018-04-134-8/+46
| * nfp: flower: move route ack control messages out of the workqueuePieter Jansen van Vuuren2018-04-131-3/+3
| * nfp: print a message when mutex wait is interruptedJakub Kicinski2018-04-131-1/+4
| * nfp: ignore signals when communicating with management FWJakub Kicinski2018-04-131-2/+1
| * ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot2018-04-131-1/+2
| * ibmvnic: Handle all login error conditionsNathan Fontenot2018-04-132-21/+35
| * lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Raghuram Chary J2018-04-131-1/+177
| * ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook2018-04-131-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-216-6/+12
|\ \
| * | bpf: make virtio compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+6
| * | bpf: make tun compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+2
| * | bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
| * | bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
| * | bpf: make bnxt compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
| * | bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* | | tun: do not compute the rxhash, if not neededPaolo Abeni2018-04-201-9/+6
* | | lan78xx: Add support to dump lan78xx registersRaghuram Chary J2018-04-201-0/+54
* | | lan78xx: Read LED states from Device TreePhil Elwell2018-04-202-1/+56
* | | lan78xx: Read MAC address from DT if presentPhil Elwell2018-04-201-22/+20
* | | sfc: set and clear interrupt affinity hintsBert Kenward2018-04-201-0/+36
* | | qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-205-0/+110
* | | qed* : use trust mode to allow VF to override forced MACShahed Shaikh2018-04-202-18/+195
* | | geneve: configure MTU based on a lower deviceAlexey Kodanev2018-04-201-3/+53
* | | geneve: check MTU for a minimum in geneve_change_mtu()Alexey Kodanev2018-04-201-3/+2
* | | geneve: cleanup hard coded value for Ethernet header lengthAlexey Kodanev2018-04-201-4/+5
* | | geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'Alexey Kodanev2018-04-201-1/+1
* | | team: account for oper stateGeorge Wilkie2018-04-201-1/+1