summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13nl80211: only allow WEP keys during connect commandJohannes Berg1-5/+8
2016-09-13nl80211: fix connect keys range checkJohannes Berg1-1/+1
2016-09-13cfg80211: disallow shared key authentication with key index 4Johannes Berg2-2/+2
2016-09-13mac80211: remove useless open_count checkJohannes Berg1-2/+1
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen5-129/+117
2016-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg1-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg3-2/+14
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg4-0/+66
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld5-3/+51
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul3-2/+12
2016-09-12cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld8-19/+23
2016-09-12cfg80211: clarify the requirements of .disconnect()Emmanuel Grumbach1-1/+2
2016-09-12nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior1-0/+29
2016-09-12net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_deviceFlorian Fainelli2-3/+1
2016-09-11Merge branch 'vrf-tx-hook'David S. Miller19-364/+315
2016-09-11net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern2-5/+3
2016-09-11net: l3mdev: remove get_rtable methodDavid Ahern2-42/+0
2016-09-11net: l3mdev: Remove l3mdev_fib_oifDavid Ahern1-29/+0
2016-09-11net: ipv6: Remove l3mdev_get_saddr6David Ahern4-84/+1
2016-09-11net: ipv4: Remove l3mdev_get_saddrDavid Ahern6-103/+0
2016-09-11net: l3mdev: remove redundant callsDavid Ahern8-37/+10
2016-09-11net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern4-58/+100
2016-09-11net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2-5/+63
2016-09-11net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern3-7/+19
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern5-0/+78
2016-09-11net: flow: Add l3mdev flow updateDavid Ahern4-0/+47
2016-09-11ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring1-1/+1
2016-09-11ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring1-3/+4
2016-09-11ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring1-1/+1
2016-09-11ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring1-2/+3
2016-09-11ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring1-1/+2
2016-09-11ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring1-1/+2
2016-09-11ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring1-1/+1
2016-09-11ATM-nicstar: Improve another size determination in get_scq()Markus Elfring1-1/+1
2016-09-11ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring1-2/+3
2016-09-11tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-11openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo1-0/+4
2016-09-11Revert "hv_netvsc: make inline functions static"Stephen Hemminger2-84/+85
2016-09-11Merge branch 'mlx5-next'David S. Miller14-615/+1000
2016-09-11net/mlx5: Organize device list API in one placeMohamad Haj Yahia5-296/+362
2016-09-11net/mlx5e: Restore vlan filter after seamless resetMohamad Haj Yahia1-6/+32
2016-09-11net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia3-63/+183
2016-09-11net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia2-141/+124
2016-09-11net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia3-14/+34
2016-09-11net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia2-3/+23
2016-09-11net/mlx5: Implement SRIOV attach/detach flowsMohamad Haj Yahia2-8/+23
2016-09-11net/mlx5: Split the load/unload flow into hardware and software flowsMohamad Haj Yahia1-64/+107
2016-09-11net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia2-20/+131