summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net/mlx4_core: Fix mailbox leak in error flow when performing update qpJack Morgenstein2015-10-09
* net/mlx4_en: Add steering rules after RSS creationIdo Shamay2015-10-09
* net/mlx5_core: Use private health thread for each deviceEli Cohen2015-10-09
* net/mlx5_core: Use accessor functions to read from device memoryEli Cohen2015-10-09
* net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen2015-10-09
* net/mlx5_core: Improve mlx5 messagesEli Cohen2015-10-09
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-09
|\
| * i40e: print neato new featuresJesse Brandeburg2015-10-08
| * i40e/i40evf: pass QOS handle to VFMitch Williams2015-10-08
| * i40evf: use capabilities flags properlyMitch Williams2015-10-08
| * i40e: refactor code to remove indentJesse Brandeburg2015-10-08
| * i40e/i40evf: clean up some codeJesse Brandeburg2015-10-08
| * i40evf: detect reset more reliablyMitch Williams2015-10-08
| * i40e: Support FW CEE DCB UP to TC map nibble swapGreg Bowers2015-10-08
| * i40e/i40evf: Explicitly assign enum index for VSI typeSerey Kong2015-10-08
| * i40e: add switch for link pollingShannon Nelson2015-10-08
| * i40e: Fix multiple link up messagesMatt Jared2015-10-08
| * i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny2015-10-08
| * i40e/i40evf: Store CEE DCBX DesiredCfg and RemoteCfgNeerav Parikh2015-10-08
| * i40e: Add parsing for CEE DCBX TLVsNeerav Parikh2015-10-08
| * i40e: add more verbose error messagesMitch Williams2015-10-08
| * i40e: inline interrupt enableJesse Brandeburg2015-10-08
| * i40e: fix erroneous WARN_ONJesse Brandeburg2015-10-08
|/
* Merge branch 'bpf_random32'David S. Miller2015-10-08
|\
| * bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-08
| * random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-08
| * random32: add prandom_seed_full_state helperDaniel Borkmann2015-10-08
| * once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-08
| * net: move net_get_random_once to libHannes Frederic Sowa2015-10-08
|/
* net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-08
* bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann2015-10-08
* net: hns: fix 32-bit build warningArnd Bergmann2015-10-08
* net: Microchip encx24j600 driverJon Ringle2015-10-08
* Merge branch 'broadcom-iproc'David S. Miller2015-10-08
|\
| * net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran2015-10-08
| * net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran2015-10-08
| * net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-08
| * net: phy: Broadcom iProc MDIO bus driverArun Parameswaran2015-10-08
| * dt-bindings: net: Broadcom iProc MDIO bus driver device tree bindingArun Parameswaran2015-10-08
|/
* Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-08
|\
| * RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-05
| * RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-05
| * RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-05
| * RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-05
| * RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-05
| * RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-05
| * RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-05
| * RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-05
| * RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-05
| * RDS: defer the over_batch work to send workerSantosh Shilimkar2015-10-05