summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King2014-07-091-19/+45
| * net: fec: only restart or stop the device if it is present and runningRussell King2014-07-091-5/+14
| * net: fec: ensure fec_enet_close() copes with resume failureRussell King2014-07-091-2/+2
| * net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King2014-07-091-0/+7
|/
* Merge branch 'mlx4-next'David S. Miller2014-07-097-36/+54
|\
| * net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2014-07-092-10/+15
| * net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2014-07-092-3/+1
| * net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev2014-07-091-10/+0
| * net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev2014-07-091-2/+8
| * net/mlx4_en: Run loopback test only when port is upEugenia Emantayev2014-07-091-1/+2
| * net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2014-07-093-10/+28
|/
* Merge branch 'bridge_batmanadv_exports'David S. Miller2014-07-092-0/+57
|\
| * bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2014-07-092-0/+43
| * bridge: adding stubs for multicast exportsLinus Lüssing2014-07-091-0/+14
|/
* tipc: fix a memleak when sending dataErik Hugne2014-07-091-1/+4
* defxx: Fix issues with debug printk callsMaciej W. Rozycki2014-07-092-12/+11
* Merge branch 'defxx-next'David S. Miller2014-07-091-34/+87
|\
| * defxx: Add missing DMA synchronisation callsMaciej W. Rozycki2014-07-091-4/+16
| * defxx: Handle DMA mapping errorsMaciej W. Rozycki2014-07-091-26/+58
| * defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki2014-07-091-2/+6
| * defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki2014-07-091-1/+6
| * defxx: Correct the receive DMA map sizeMaciej W. Rozycki2014-07-091-3/+3
|/
* Merge branch 'sctp_command_queue'David S. Miller2014-07-083-77/+32
|\
| * net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[].David Laight2014-07-081-12/+14
| * net: sctp: Optimise the way 'sctp_arg_t' values are initialised.David Laight2014-07-081-3/+5
| * net: sctp: Inline the functions from command.cDavid Laight2014-07-083-73/+24
|/
* appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong2014-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2014-07-08256-4509/+11859
|\
| * bcma: add driver for PCIe Gen 2 coreRafał Miłecki2014-07-075-0/+344
| * b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki2014-07-071-1/+10
| * b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki2014-07-071-0/+78
| * b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki2014-07-072-30/+84
| * b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki2014-07-072-11/+281
| * iwlwifi: mvm: minor fix in commentEmmanuel Grumbach2014-07-071-1/+1
| * iwlwifi: mvm: remove 8000 HW family setting of adc sampling on nic configLiad Kaufman2014-07-071-2/+9
| * iwlwifi: mvm: teardown TDLS peers when initiating DCMArik Nemtsov2014-07-071-0/+27
| * iwlwifi: disable PSM on vifs with associated TDLS peersArik Nemtsov2014-07-073-5/+46
| * iwlwifi: mvm: protect TDLS discovery sessionArik Nemtsov2014-07-071-0/+13
| * iwlwifi: mvm: disallow new TDLS stations when appropriateArik Nemtsov2014-07-075-21/+60
| * iwlwifi: mvm: Use CS tx block bit for AP/GOAndrei Otcheretianski2014-07-077-3/+136
| * iwlwifi: mvm: Reflect GO channel switch in NoAAndrei Otcheretianski2014-07-076-10/+153
| * iwlwifi: mvm: Protect mvm->csa_vif with RCUAndrei Otcheretianski2014-07-073-9/+20
| * iwlwifi: mvm: Use beacon_get_template instead of beacon_getAndrei Otcheretianski2014-07-071-1/+2
| * iwlwifi: mvm: CSA unbind-bind flow support for clientLuciano Coelho2014-07-071-10/+25
| * iwlwifi: mvm: add switch_vif_chanctx operationLuciano Coelho2014-07-073-32/+135
| * iwlwifi: mvm: remove update type argument from quota updateJohannes Berg2014-07-074-62/+19
| * iwlwifi: mvm: don't pass update type to quota iteratorJohannes Berg2014-07-071-11/+5
| * iwlwifi: mvm: validate that we don't send zero quotaJohannes Berg2014-07-071-0/+8
| * iwlwifi: mvm: don't send zero quota to the firmwareJohannes Berg2014-07-071-5/+5
| * iwlwifi: mvm: let iwl_mvm_update_quotas disregard a disabled vifLuciano Coelho2014-07-074-20/+61