summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "inet: fix double request socket freeing"Eric Dumazet2015-10-162-3/+3
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-1650-113/+0
* Merge branch 'tipc-link-improvements'David S. Miller2015-10-157-120/+172
|\
| * tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-153-6/+13
| * tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-155-8/+19
| * tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-153-23/+49
| * tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-153-33/+34
| * tipc: improve sequence number checkingJon Paul Maloy2015-10-152-15/+13
| * tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-151-37/+47
| * tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-151-8/+7
|/
* mlx4: corretly check failed allocationInsu Yun2015-10-151-1/+1
* bonding: support encapsulated ipv6 TSOEric Dumazet2015-10-151-1/+1
* Merge branch 'mlxsw-cleanups'David S. Miller2015-10-156-134/+103
|\
| * mlxsw: cmd: Update CONFIG_PROFILE command documentationIdo Schimmel2015-10-151-13/+11
| * mlxsw: Add trap group for control packetsIdo Schimmel2015-10-152-7/+24
| * mlxsw: Simplify traps creationIdo Schimmel2015-10-153-9/+13
| * mlxsw: Introduce mlxsw_reg_spms_vid_pack helper and use itJiri Pirko2015-10-152-3/+8
| * mlxsw: reg: Adjust definition of enum mlxsw_reg_sfgc_typeIdo Schimmel2015-10-151-7/+9
| * mlxsw: reg: Remove extra space in SFGC ID defineJiri Pirko2015-10-151-1/+1
| * mlxsw: reg: Uppercase letters in register IDsJiri Pirko2015-10-151-2/+2
| * mlxsw: Use dev_level_ratelimited instead of net_ratelimit & dev_levelJiri Pirko2015-10-152-7/+5
| * mlxsw: core: Do not use EMADs in mlxsw_emad_finiJiri Pirko2015-10-151-0/+1
| * mlxsw: pci: Limit number of entries being sent in single MAP_FA cmdJiri Pirko2015-10-152-8/+20
| * mlxsw: pci: Remove MLXSW_PCI_RDQS/SDQS defines and checksJiri Pirko2015-10-152-4/+1
| * mlxsw: pci: Do not use MLXSW_PCI_SDQS_COUNT defineJiri Pirko2015-10-151-2/+3
| * mlxsw: pci: Use MLXSW_PCI_CQS_MAX instead of MLXSW_PCI_CQS_COUNTJiri Pirko2015-10-152-5/+5
| * mlxsw: switchx2: Use ETH_ALEN for mac address lengthJiri Pirko2015-10-151-3/+1
| * mlxsw: Remove multicast ID configurationIdo Schimmel2015-10-152-64/+0
|/
* amd-xgbe: Use system workqueue for device restartLendacky, Thomas2015-10-151-2/+2
* Merge branch 'switchdev-locking'David S. Miller2015-10-157-113/+254
|\
| * switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko2015-10-151-4/+11
| * rocker: remove nowait from switchdev callbacks.Jiri Pirko2015-10-151-4/+3
| * bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko2015-10-152-1/+7
| * switchdev: introduce possibility to defer obj_add/delJiri Pirko2015-10-152-20/+81
| * switchdev: remove pointers from switchdev objectsJiri Pirko2015-10-155-13/+15
| * switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2015-10-153-66/+46
| * switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2015-10-154-8/+9
| * switchdev: introduce switchdev deferred ops infrastructureJiri Pirko2015-10-152-0/+85
|/
* net: hisilicon: fixes a bug when using ethtool -Slipeng2015-10-151-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-1514-104/+153
|\
| * ixgbe: Check for setup_internal_link methodMark Rustad2015-10-151-1/+1
| * i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19Catherine Sullivan2015-10-152-2/+2
| * i40evf: speed up initMitch Williams2015-10-151-2/+2
| * i40e: remove unnecessary string copy operationsShannon Nelson2015-10-151-12/+12
| * i40e: X722 is on the IOSF bus and does not report the PCI bus infoAnjali Singhai Jain2015-10-152-20/+50
| * i40e: Store off PHY capabilitiesKevin Scott2015-10-151-0/+3
| * i40e/i40evf: remove redundant declarations of a variable and a functionShannon Nelson2015-10-152-4/+1
| * i40e: remove FD atr control from debugfsShannon Nelson2015-10-151-24/+0
| * i40e: allow FD SB if MFP mode only has 1 partitionShannon Nelson2015-10-151-4/+4
| * i40e: remove obsolete version checkMitch Williams2015-10-151-6/+0