summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-1860-339/+659
|\
| * net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-187-60/+92
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-04-1818-132/+258
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-04-1718-132/+258
| | |\
| | | * mwifiex: fix hung task on command timeoutAmitkumar Karwar2014-04-151-3/+4
| | | * mwifiex: process event before command responseAmitkumar Karwar2014-04-151-6/+6
| | | * wl18xx: align event mailbox with current fwEliad Peller2014-04-141-0/+20
| | | * rsi: Fix a potential memory leak in rsi_send_auto_rate_request()Christian Engelmayer2014-04-141-0/+1
| | | * cw1200: Fix cw1200_debug_link_idFrederic Danis2014-04-141-0/+2
| | | * wlcore: ignore dummy packet events in PLT modeLuciano Coelho2014-04-141-0/+5
| | | * rsi: Fix a potential memory leak in rsi_set_channel()Christian Engelmayer2014-04-141-10/+10
| | | * rsi: Add missing initialization of iiGeert Uytterhoeven2014-04-141-1/+1
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-04-147-109/+195
| | | |\
| | | | * iwlwifi: mvm: BT Coex - fix Look Up TableEmmanuel Grumbach2014-04-131-6/+6
| | | | * iwlwifi: mvm: rs: clear per rate stats when aggregation changesEyal Shapira2014-04-131-6/+8
| | | | * iwlwifi: mvm: avoid searching unnecessary columnsEyal Shapira2014-04-131-6/+6
| | | | * iwlwifi: mvm: rs: fallback to legacy Tx columnsEyal Shapira2014-04-131-2/+28
| | | | * iwlwifi: mvm: rs: reinit rs if no tx for a long timeEyal Shapira2014-04-132-1/+22
| | | | * iwlwifi: mvm: rs: fix and cleanup rs_get_rate_actionEyal Shapira2014-04-132-68/+60
| | | | * iwlwifi: mvm: rs: use correct max expected throughput figuresEyal Shapira2014-04-132-16/+51
| | | | * iwlwifi: add MODULE_FIRMWARE for 7265Emmanuel Grumbach2014-04-131-0/+1
| | | | * iwlwifi: 7000: bump API to 9Emmanuel Grumbach2014-04-131-2/+2
| | | | * iwlwifi: add new 7265 HW IDsOren Givon2014-04-131-0/+2
| | | | * iwlwifi: mvm: BT Coex - send the new LUT upon antenna coupling changeEmmanuel Grumbach2014-04-131-1/+5
| | | | * iwlwifi: mvm: rs: fix mimo delimiter in LQ cmdEyal Shapira2014-04-131-0/+1
| | | | * iwlwifi: mvm: delay enabling smart FIFO until after beacon RXJohannes Berg2014-04-132-1/+3
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-144-3/+14
| | | |\ \
| | | | * | mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau2014-04-111-0/+2
| | | | * | mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau2014-04-111-1/+1
| | | | * | mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh2014-04-091-0/+1
| | | | * | mac80211: fix radar_enabled propagationMichal Kazior2014-04-091-2/+2
| | | | * | mac80211: Disable SMPS for the monitor interfaceIdo Yariv2014-04-091-0/+7
| | | | * | mac80211: fix software remain-on-channel implementationJohannes Berg2014-04-091-0/+1
| * | | | | tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-04-181-1/+3
| * | | | | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-182-5/+42
| |/ / / /
| * | | | seccomp: fix memory leak on filter attachKees Cook2014-04-161-0/+2
| * | | | isdn: icn: buffer overflow in icn_command()Dan Carpenter2014-04-161-6/+5
| * | | | ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-4/+4
| * | | | sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4
| * | | | ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-8/+7
| * | | | net: use SYSCALL_DEFINEx for sys_recvJan Glauber2014-04-161-2/+2
| * | | | Merge branch 'mdio-gpio'David S. Miller2014-04-162-21/+52
| |\ \ \ \
| | * | | | net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck2014-04-162-3/+33
| | * | | | net: mdio-gpio: Add support for active low gpio pinsGuenter Roeck2014-04-162-6/+16
| | * | | | net: mdio-gpio: Use devm_ functions where possibleGuenter Roeck2014-04-161-14/+5
| |/ / / /
| * | | | Merge branch 'fib_validate_loopback'David S. Miller2014-04-168-18/+16
| |\ \ \ \
| | * | | | ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang2014-04-161-2/+1
| | * | | | ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-167-16/+15
| |/ / / /
| * | | | mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason2014-04-163-7/+1
| * | | | Merge branch 'mvneta_qsgmii'David S. Miller2014-04-163-40/+38
| |\ \ \ \
OpenPOWER on IntegriCloud