summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-138-13/+25
* atm: horizon: Remove some unused functionsRickard Strandqvist2015-01-131-24/+0
* atm: lanai: Remove unused functionRickard Strandqvist2015-01-131-9/+0
* tipc: correctly handle releasing a not fully initialized sockSasha Levin2015-01-131-2/+5
* sunvnet: fix rx packet length check to allow for TSODavid L Stevens2015-01-131-1/+6
* mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2015-01-132-6/+12
* infiniband: mlx5: avoid a compile-time warningArnd Bergmann2015-01-131-1/+1
* mlx5: avoid build warnings on 32-bitArnd Bergmann2015-01-131-3/+3
* rocker: fix harmless warning on 32-bit machinesArnd Bergmann2015-01-131-2/+2
* cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2015-01-132-520/+58
* tipc: remove redundant timer defined in tipc_sock structYing Xue2015-01-131-9/+7
* net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie2015-01-131-7/+7
* net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-01-131-1/+1
* bridge: fix uninitialized variable warningRoopa Prabhu2015-01-131-7/+9
* ipv6: directly include libc-compat.h in ipv6.hWillem de Bruijn2015-01-131-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-01-1310-63/+257
|\
| * i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson2015-01-131-1/+1
| * i40e: Don't exit link event early if link speed has changedCatherine Sullivan2015-01-131-0/+4
| * i40e: limit WoL and link settings to partition 1Shannon Nelson2015-01-131-1/+42
| * i40e: Adding function for reading PBA StringKamil Krawczyk2015-01-133-0/+63
| * i40e/i40evf: find partition_id in npar modeShannon Nelson2015-01-134-2/+81
| * i40e: remove VN2VN related mac filtersVasu Dev2015-01-131-2/+0
| * i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose2015-01-131-0/+9
| * i40evf: kick a stalled admin queueMitch A Williams2015-01-132-1/+9
| * i40evf: enable interrupt 0 appropriatelyMitch A Williams2015-01-131-8/+4
| * i40evf: don't fire traffic IRQs when the interface is downMitch A Williams2015-01-131-4/+7
| * i40evf: remove leftover VLAN filtersMitch A Williams2015-01-131-0/+4
| * i40evf: refactor shutdown codeMitch A Williams2015-01-131-6/+23
| * i40evf: Remove some scary log messagesMitch A Williams2015-01-132-9/+1
| * i40evf: remove redundant codeMitch A Williams2015-01-131-27/+0
| * i40e: disable IOV before freeing resourcesMitch A Williams2015-01-131-2/+9
* | openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan2015-01-131-2/+0
* | tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-131-19/+19
|/
* Merge branch 'rhashtable-next'David S. Miller2015-01-135-21/+74
|\
| * rhashtable: add a note for grow and shrink decision functionsYing Xue2015-01-131-0/+4
| * netlink: eliminate nl_sk_hash_lockYing Xue2015-01-133-19/+25
| * rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-132-2/+45
|/
* Merge branch 'tuntap_queues'David S. Miller2015-01-122-9/+11
|\
| * tuntap: Increase the number of queues in tun.Pankaj Gupta2015-01-121-4/+3
| * net: allow large number of rx queuesPankaj Gupta2015-01-121-5/+8
|/
* team: Remove dead codeKenneth Williams2015-01-121-7/+0
* net: bnx2x: avoid macro redefinitionDavid Decotigny2015-01-121-4/+0
* net: sched: sch_teql: Remove unused functionRickard Strandqvist2015-01-121-7/+0
* net: xfrm: xfrm_algo: Remove unused functionRickard Strandqvist2015-01-121-5/+0
* Merge branch 'bridge_vlan_ranges'David S. Miller2015-01-123-57/+195
|\
| * bridge: new function to pack vlans into ranges during getsRoopa Prabhu2015-01-121-21/+124
| * rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSEDRoopa Prabhu2015-01-121-0/+1
| * bridge: support for multiple vlans and vlan ranges in setlink and dellink req...Roopa Prabhu2015-01-122-36/+70
|/
* drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione2015-01-121-4/+0
* Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare2015-01-122-21/+27