summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | e1000e: Add pm_qos headerDavid Ahern2015-05-131-0/+1
| * | | net: phy: micrel: Fix regression in kszphy_probeNiklas Cassel2015-05-131-1/+2
| * | | net: ll_temac: Fix DMA map size bugMichal Simek2015-05-131-2/+2
| * | | x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov2015-05-131-0/+28
| * | | netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-131-1/+1
| * | | Update be2net maintainers' email addressesSathya Perla2015-05-121-4/+5
| * | | net_sched: gred: use correct backlog value in WRED modeDavid Ward2015-05-111-2/+2
| * | | pppoe: drop pppoe device in pppoe_unbind_sock_workFelix Fietkau2015-05-111-0/+4
| * | | net: qca_spi: Fix possible race during probeStefan Wahren2015-05-111-2/+2
| * | | net: mdio-gpio: Allow for unspecified bus idBert Vermeulen2015-05-111-1/+4
| * | | af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias2015-05-111-3/+6
| * | | bnx2x: limit fw delay in kdump to 5s after bootMichal Schmidt2015-05-111-2/+7
| * | | ARM: net: delegate filter to kernel interpreter when imm_offset() return valu...Nicolas Schichan2015-05-111-1/+26
| * | | ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction.Nicolas Schichan2015-05-111-2/+13
| * | | mpls: Change reserved label names to be consistent with netbsdTom Herbert2015-05-102-15/+15
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-05-101-1/+3
| |\ \ \
| | * | | igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita2015-05-071-1/+1
| | * | | igb: Fix oops on changing number of ringsToshiaki Makita2015-05-071-0/+2
| * | | | usbnet: avoid integer overflow in start_xmitJason A. Donenfeld2015-05-091-2/+2
| * | | | netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)Tony Camuso2015-05-091-2/+2
| * | | | net: xgene_enet: Set hardware dependencyJean Delvare2015-05-091-0/+1
| * | | | net: amd-xgbe: Add hardware dependencyJean Delvare2015-05-092-0/+2
| * | | | net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong2015-05-091-4/+3
| * | | | drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'Vasily Titskiy2015-05-091-0/+1
| * | | | net: macb: Handle the RXUBR interrupt on all devicesNathan Sullivan2015-05-091-1/+10
| * | | | Merge branch 'rds'David S. Miller2015-05-093-2/+62
| |\ \ \ \
| | * | | | net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan2015-05-091-2/+11
| | * | | | net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-093-0/+51
| |/ / / /
| * | | | ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-092-10/+34
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-093-4/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mac802154: llsec: fix return value check in llsec_key_alloc()Wei Yongjun2015-04-301-2/+2
| | * | | mac802154: fix ieee802154_register_hw error handlingAlexander Aring2015-04-301-1/+3
| | * | | Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta2015-04-301-1/+2
| * | | | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-05-061-7/+8
| * | | | Merge tag 'wireless-drivers-for-davem-2015-05-05' of git://git.kernel.org/pub...David S. Miller2015-05-0615-144/+161
| |\ \ \ \
| | * | | | ath9k: fix per-packet tx power configurationLorenzo Bianconi2015-05-031-27/+25
| | * | | | Merge tag 'iwlwifi-for-kalle-2015-04-28' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-05-0313-116/+135
| | |\ \ \ \
| | | * | | | iwlwifi: mvm: force quota update update after FW restartJohannes Berg2015-04-281-1/+1
| | | * | | | iwlwifi: mvm: fix typo in CONFIG optionEmmanuel Grumbach2015-04-281-1/+1
| | | * | | | iwlwifi: mvm: don't power off the device between INIT and OPER firmwaresEran Harary2015-04-284-42/+51
| | | * | | | iwlwifi: pcie: prevent using unmapped memory in fw monitorLiad Kaufman2015-04-201-5/+6
| | | * | | | iwlwifi: mvm: Avoid signal based decisions if ave beacon RSSI is 0Alexander Bondar2015-04-191-0/+5
| | | * | | | iwlwifi: mvm: fix scan iteration complete notification handlingAvraham Stern2015-04-192-43/+3
| | | * | | | iwlwifi: mvm: don't stop the FW monitor too earlyEmmanuel Grumbach2015-04-192-9/+10
| | | * | | | iwlwifi: mvm: fix Tx Power firmware APIAvri Altman2015-04-194-15/+58
| | * | | | | rtlwifi: rtl8192cu: Fix kernel deadlockLarry Finger2015-04-281-1/+1
| | | |_|/ / | | |/| | |
| * | | | | mpls: Move reserved label definitionsTom Herbert2015-05-063-19/+19
| * | | | | Merge branch 'mlx4'David S. Miller2015-05-062-8/+8
| |\ \ \ \ \
| | * | | | | net/mlx4_core: Work properly with EQ numbers > 256 in SRIOVYishai Hadas2015-05-061-7/+7
| | * | | | | net/mlx4_en: Fix off-by-one in counters manipulationEran Ben Elisha2015-05-061-1/+1
| |/ / / / /