summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan2017-04-301-29/+33
* net/mlx5e: Act on delay probe time updatesHadar Hen Zion2017-04-301-0/+39
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-307-2/+152
* net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-305-43/+434
* net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2017-04-302-8/+129
* net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion2017-04-301-6/+14
* net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion2017-04-301-1/+7
* net/mlx5e: Remove output device parameter from create encap header helpers de...Hadar Hen Zion2017-04-301-15/+14
* net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz2017-04-303-19/+18
* net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz2017-04-303-15/+18
* net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-306-130/+224
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-2912-154/+701
|\
| * ixgbevf: Check for RSS key before setting valueTony Nguyen2017-04-293-4/+34
| * ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen2017-04-291-3/+3
| * ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-294-7/+31
| * ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt2017-04-294-1/+49
| * ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-291-10/+18
| * ixgbevf: fix size of queue stats lengthEmil Tantilov2017-04-291-1/+1
| * ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-291-52/+53
| * ixgbe: delay tail write to every 'n' packetsJohn Fastabend2017-04-291-11/+17
| * ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-294-53/+348
| * ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-293-29/+148
| * ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2017-04-282-0/+16
|/
* Merge branch 'bpf-misc-next'David S. Miller2017-04-289-56/+199
|\
| * bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2017-04-282-17/+27
| * bpf: fix _htons occurences in test_progsDaniel Borkmann2017-04-284-15/+31
| * bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa2017-04-281-8/+4
| * bpf: add various test cases to verifier selftestsDaniel Borkmann2017-04-281-0/+137
| * bpf, x86_64/arm64: remove old ldimm64 artifacts from jitsDaniel Borkmann2017-04-282-16/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-282-10/+2
|\
| * esp: Fix misplaced spin_unlock_bh.Steffen Klassert2017-04-242-10/+2
* | Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-2886-936/+1323
|\ \
| * | cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-2816-59/+77
| * | mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-285-3/+63
| * | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-2810-121/+115
| * | mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-2811-70/+139
| * | mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-282-31/+74
| * | mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau2017-04-281-58/+58
| * | mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-286-55/+58
| * | mac80211: use bitfield macros for encoded rateJohannes Berg2017-04-282-30/+50
| * | mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-289-16/+16
| * | mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-2840-171/+182
| * | mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-2847-262/+261
| * | mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho2017-04-261-1/+1
| * | mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg2017-04-263-8/+9
| * | mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach2017-04-261-0/+1
| * | ieee80211: fix kernel-doc parsing errorsJohannes Berg2017-04-261-6/+6
| * | ieee80211: add FT-802.1X AKM suite selectorLuca Coelho2017-04-261-0/+1
| * | ieee80211: add SUITE_B AKM selectorsLuca Coelho2017-04-261-12/+14
| * | cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-268-22/+24