summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | gtp: gtp_check_src_ms_ipv4() always return successLionel Gauthier2016-12-171-2/+2
| * | bna: use designated initializersKees Cook2016-12-171-4/+4
| * | WAN: use designated initializersKees Cook2016-12-171-48/+49
| * | virtio_net: xdp, add slowpath case for non contiguous buffersJohn Fastabend2016-12-171-1/+74
| * | virtio_net: add XDP_TX supportJohn Fastabend2016-12-171-7/+93
| * | virtio_net: add dedicated XDP transmit queuesJohn Fastabend2016-12-171-2/+28
| * | virtio_net: Add XDP supportJohn Fastabend2016-12-171-5/+171
| * | dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur2016-12-171-1/+1
| * | dpaa_eth: use big endian accessorsClaudiu Manoil2016-12-171-34/+37
| * | net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern2016-12-171-0/+4
| * | net: vrf: Fix NAT within a VRFDavid Ahern2016-12-171-2/+0
| * | net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-174-5/+189
| * | ibmveth: calculate gso_segs for large packetsThomas Falcon2016-12-171-2/+10
| * | net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi2016-12-171-0/+9
| * | encx24j600: Fix some checkstyle warningsJeroen De Wachter2016-12-162-8/+25
| * | encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter2016-12-161-1/+2
| * | net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| * | net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| * | net: dsa: mv88e6xxx: Fix opps when adding vlan bridgeAndrew Lunn2016-12-161-0/+6
| * | net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner2016-12-161-7/+8
| * | virtio-net: correctly enable multiqueueJason Wang2016-12-131-1/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-8/+3
|\ \ \
| * | | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-8/+3
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-12-1531-55/+6
|\ \ \ \
| * | | | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-1629-52/+3
| * | | | linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-162-3/+3
* | | | | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-41/+43
|\ \ \ \ \
| * | | | | net/mlx4_core: Use device ID definesBjorn Helgaas2016-11-171-41/+43
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-152-4/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'vmw_pvrdma' into merge-testDoug Ledford2016-12-141-2/+1
| |\ \ \ \ \
| | * | | | | vmxnet3: Move PCI Id to pci_ids.hAdit Ranadive2016-12-031-2/+1
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | qede: fix general protection fault may occur on probeAmrani, Ram2016-12-141-2/+2
| | |/ / / / /
| * / / / / / IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann2016-12-141-2/+3
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-143-30/+57
|\ \ \ \ \ \
| * | | | | | drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-12-141-2/+1
| * | | | | | igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
| * | | | | | igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-141-20/+33
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-146-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | treewide: Fix printk() message errorsMasanari Iida2016-12-146-7/+7
* | | | | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-132-86/+33
|\ \ \ \ \ \
| * | | | | | xen-netback: fix error handling outputArnd Bergmann2016-11-101-1/+1
| * | | | | | xen: make use of xenbus_read_unsigned() in xen-netfrontJuergen Gross2016-11-071-49/+18
| * | | | | | xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross2016-11-071-36/+14
* | | | | | | Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-1/+0
|\| | | | | |
* | | | | | | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-0/+6
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki2016-12-121-0/+6
| |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | / / | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | net: smsc911x: Synchronize the runtime PM status during system suspendUlf Hansson2016-11-091-0/+6
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-18108-819/+1059
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |