summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-13sis900: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2-3/+3
2016-09-13sfc: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-13natsemi: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13net: mvneta: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-13i825xx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-13net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-4/+4
2016-09-13sundance: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13bnx2: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2-4/+4
2016-09-13starfire: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-133c59x: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller473-2493/+3789
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds92-610/+875
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-12Linux 4.8-rc6v4.8-rc6Linus Torvalds1-1/+1
2016-09-12Merge branch 'mlx4-fixes'David S. Miller5-59/+50
2016-09-12net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh1-5/+7
2016-09-12net/mlx4_en: Fixes for DCBXTariq Toukan4-43/+28
2016-09-12net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Kamal Heib1-1/+4
2016-09-12net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Kamal Heib1-10/+11
2016-09-12net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_deviceFlorian Fainelli2-3/+1
2016-09-12nvme: make NVME_RDMA depend on BLOCKLinus Torvalds1-1/+1
2016-09-12Merge tag 'staging-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-8/+19
2016-09-12Merge tag 'usb-4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-8/+39
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