summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dwc_eth_qos: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-314-4/+4
* net: bcmgenet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* qede: hide 32-bit compile warningArnd Bergmann2016-08-311-1/+1
* ravb: avoid unused function warningsArnd Bergmann2016-08-311-10/+4Star
* Merge branch 'mpls-fragmentation-and-gso-fixes'David S. Miller2016-08-3110-19/+147
|\
| * net: veth: Set features for MPLSDavid Ahern2016-08-311-0/+1
| * net: mpls: Fixups for GSODavid Ahern2016-08-313-13/+40
| * net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-317-6/+106
|/
* net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-311-20/+12Star
* ixgbe: Eliminate useless message and improve logicMark Rustad2016-08-311-11/+5Star
* Merge tag 'rxrpc-rewrite-20160830-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-3123-270/+470
|\
| * rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-305-28/+44
| * rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
| * rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-307-14/+48
| * afs: Need linux/random.hDavid Howells2016-08-301-0/+1
| * afs: Miscellaneous simple cleanupsDavid Howells2016-08-301-6/+0Star
| * rxrpc: Trace rxrpc_call usageDavid Howells2016-08-3012-34/+143
| * rxrpc: Calls should only have one terminal stateDavid Howells2016-08-3012-184/+226
| * rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-301-11/+15
* | drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King2016-08-311-1/+1
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-08-3010-122/+200
|\
| * fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29
| * fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller2016-08-291-3/+5
| * fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller2016-08-291-1/+1
| * fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller2016-08-294-4/+31
| * fm10k: rework vxlan_port offload before adding geneve supportJacob Keller2016-08-293-78/+93
| * fm10k: don't try to stop queues if we've lost hw_addrJacob Keller2016-08-291-0/+3
| * fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller2016-08-291-0/+6
| * fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller2016-08-291-1/+4
| * fm10k: NAPI polling routine must return actual work doneJacob Keller2016-08-291-1/+1
| * fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller2016-08-295-9/+9
| * fm10k: remove fm10k_get_reta_size from namespaceJacob Keller2016-08-292-2/+1Star
| * fm10k: use variadic form of alloc_workqueueJacob Keller2016-08-291-1/+1
| * fm10k: use software values when checking for Tx hangs in hot pathJacob Keller2016-08-293-6/+17
| * fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller2016-08-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30468-2127/+5386
|\ \ | |/ |/|
| * Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-301-0/+1
| |\
| | * hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
| |\ \
| | * | ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| | * | ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| | * | ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| | * | ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| | * | ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| | * | ext4: reserve xattr index for the HurdTheodore Ts'o2016-08-011-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-29100-453/+813
| |\ \ \
| | * | | Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
| | * | | net: smc91x: fix SMC accessesRussell King2016-08-299-26/+73