summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-125-3/+51
* mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-123-2/+12
* cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-121-1/+1
* mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-128-19/+23
* cfg80211: clarify the requirements of .disconnect()Emmanuel Grumbach2016-09-121-1/+2
* nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior2016-09-121-0/+29
* net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_deviceFlorian Fainelli2016-09-122-3/+1
* Merge branch 'vrf-tx-hook'David S. Miller2016-09-1119-364/+315
|\
| * net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern2016-09-112-5/+3
| * net: l3mdev: remove get_rtable methodDavid Ahern2016-09-112-42/+0
| * net: l3mdev: Remove l3mdev_fib_oifDavid Ahern2016-09-111-29/+0
| * net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-114-84/+1
| * net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-116-103/+0
| * net: l3mdev: remove redundant callsDavid Ahern2016-09-118-37/+10
| * net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-114-58/+100
| * net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-112-5/+63
| * net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-113-7/+19
| * net: l3mdev: Add hook to output pathDavid Ahern2016-09-115-0/+78
| * net: flow: Add l3mdev flow updateDavid Ahern2016-09-114-0/+47
|/
* ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring2016-09-111-1/+1
* ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring2016-09-111-3/+4
* ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring2016-09-111-1/+1
* ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring2016-09-111-2/+3
* ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring2016-09-111-1/+2
* ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring2016-09-111-1/+2
* ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring2016-09-111-1/+1
* ATM-nicstar: Improve another size determination in get_scq()Markus Elfring2016-09-111-1/+1
* ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring2016-09-111-2/+3
* tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-111-1/+7
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-111-0/+4
* Revert "hv_netvsc: make inline functions static"Stephen Hemminger2016-09-112-84/+85
* Merge branch 'mlx5-next'David S. Miller2016-09-1114-615/+1000
|\
| * net/mlx5: Organize device list API in one placeMohamad Haj Yahia2016-09-115-296/+362
| * net/mlx5e: Restore vlan filter after seamless resetMohamad Haj Yahia2016-09-111-6/+32
| * net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia2016-09-113-63/+183
| * net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia2016-09-112-141/+124
| * net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia2016-09-113-14/+34
| * net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia2016-09-112-3/+23
| * net/mlx5: Implement SRIOV attach/detach flowsMohamad Haj Yahia2016-09-112-8/+23
| * net/mlx5: Split the load/unload flow into hardware and software flowsMohamad Haj Yahia2016-09-111-64/+107
| * net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia2016-09-112-20/+131
| * net/mlx5: SRIOV core code refactoringMohamad Haj Yahia2016-09-114-131/+101
| * net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia2016-09-111-1/+12
|/
* Merge branch 'net-is_enabled'David S. Miller2016-09-1110-20/+19
|\
| * xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-1/+1
| * sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-1/+1
| * net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-3/+3
| * l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-113-5/+5
| * ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-1/+1
| * net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-111-2/+1