summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com2013-08-021-25/+8Star
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-026-236/+203Star
* ipv6: bump genid when delete/add addressfan.du2013-08-021-0/+1
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-08-021-49/+32Star
|\
| * can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam2013-08-011-8/+20
| * can: flexcan: Use devm_ioremap_resource()Fabio Estevam2013-08-011-41/+12Star
* | bnx2x: Revising locking scheme for MAC configurationYuval Mintz2013-08-027-60/+340
* | bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov2013-08-021-2/+2
* | tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2013-08-015-4/+266
* | tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2013-08-012-2/+0Star
* | tile: make "tile_net.custom" a proper bool module parameterChris Metcalf2013-08-011-5/+5
* | tile: support TSO for IPv6 in tilegx network driverChris Metcalf2013-08-011-15/+29
* | tile: support multiple mPIPE shims in tilegx network driverChris Metcalf2013-08-016-212/+417
* | tile: enable GRO in the tilegx network driverChris Metcalf2013-08-011-1/+1
* | tile: fix panic bug in napi support for tilegx network driverChris Metcalf2013-08-011-32/+33
* | tile: update dev->stats directly in tilegx network driverChris Metcalf2013-08-011-21/+8Star
* | tile: support jumbo frames in the tilegx network driverChris Metcalf2013-08-015-166/+351
* | tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf2013-08-011-76/+0Star
* | tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf2013-08-011-3/+6
* | tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf2013-08-011-26/+15Star
* | tile: set hw_features and vlan_features in setupChris Metcalf2013-08-012-33/+25Star
* | gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2013-08-012-4/+1Star
* | net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-011-0/+2
|/
* ipv6: fib6_rules should return exact return valueHannes Frederic Sowa2013-08-011-3/+11
* cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypesJoe Perches2013-08-012-2/+2
* checksum: Remove extern from function prototypesJoe Perches2013-08-011-5/+5
* cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2013-08-012-25/+25
* ax25.h: Remove extern from function prototypesJoe Perches2013-08-011-106/+109
* arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-08-012-65/+63Star
* af_rxrpc.h: Remove extern from function prototypesJoe Perches2013-08-011-19/+16Star
* af_unix.h: Remove extern from function prototypesJoe Perches2013-08-011-8/+8
* addrconf.h: Remove extern function prototypesJoe Perches2013-08-011-88/+72Star
* Documentation: add networking/netdev-FAQ.txtPaul Gortmaker2013-08-012-0/+226
* fib_rules: add .suppress operationStefan Tomanek2013-08-015-1/+40
* net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-08-014-101/+104
* net: skb_orphan() changesEric Dumazet2013-08-011-3/+4
* netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-313-4/+21
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-318-17/+58
* sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart2013-07-311-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-07-3117-347/+1001
|\
| * ixgbe: add support for quad-port x520 adapterDon Skidmore2013-07-316-17/+358
| * ixgbe: clear semaphore bits on timeoutsEmil Tantilov2013-07-311-24/+21Star
| * ixgbe: rename LL_EXTENDED_STATS to use queue instead of qJacob Keller2013-07-311-6/+6
| * ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller2013-07-313-12/+14
| * ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidthJacob Keller2013-07-311-7/+129
| * PCI: Add function to obtain minimum link width and speedJacob Keller2013-07-312-0/+45
| * PCI: move enum pcie_link_width into pci.hJacob Keller2013-07-312-13/+13
| * PCI: expose pcie_link_speed and pcix_bus_speed arraysJacob Keller2013-07-312-2/+5
| * ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov2013-07-313-60/+18Star
| * ixgbe: fix semaphore lock for I2C read/writes on 82598Emil Tantilov2013-07-314-148/+182