summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2014-12-17cfg80211: return private regdom for self-managed devicesArik Nemtsov-0/+24
2014-12-17cfg80211: allow wiphy specific regdomain managementJonathan Doron-19/+149
2014-12-17cfg80211: allow usermode to query wiphy specific regdomArik Nemtsov-34/+142
2014-12-17mac80211: keep sending peer candidate events while in listen stateNishikawa, Kenzoh-0/+7
2014-12-17mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon()Luciano Coelho-2/+2
2014-12-17mac80211: notify NSS changed when IBSS and HTJanusz Dziedzic-2/+9
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-66/+20
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-176/+200
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz-0/+5
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf-0/+6
2014-12-16Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-54/+123
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-54/+123
2014-12-15rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven-1/+2
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs-4/+5
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg-7/+6
2014-12-15mac80211: ask driver to look at power level when starting APJohannes Berg-1/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4/+20
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck-1/+2
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita-3/+4
2014-12-12mac80211: Fix accounting of multicast framesSujith Manoharan-3/+6
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan-3/+4
2014-12-12wireless: Support of IFLA_INFO_KIND rtnl attributeVadim Kochan-0/+6
2014-12-12cfg80211: correctly check ad-hoc channelsArik Nemtsov-1/+7
2014-12-12cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach-5/+2
2014-12-12Bluetooth: Fix mgmt response status when removing adapterJohan Hedberg-3/+15
2014-12-12Bluetooth: Fix enabling BR/EDR SC when powering onJohan Hedberg-0/+5
2014-12-12mac80211: update the channel context after channel switchEmmanuel Grumbach-0/+4
2014-12-12nl80211: check matches array length before acessing itLuciano Coelho-1/+1
2014-12-12cfg80211: use __force __rcu to suppress sparse warningJohannes Berg-1/+1
2014-12-12cfg80211: avoid mem leak on driver hint setArik Nemtsov-1/+4
2014-12-12cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen-3/+6
2014-12-12mac80211: fix multicast LED blinking and counterAndreas Müller-5/+6
2014-12-12mac80211: avoid using uninitialized stack dataJes Sorensen-0/+1
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli-0/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-10163/+23145
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-13/+22
2014-12-11Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg-8/+6
2014-12-11Bluetooth: Fix incorrect pending cmd removal in pairing_complete()Johan Hedberg-13/+25
2014-12-11Bluetooth: Fix calling hci_conn_put too earlyJohan Hedberg-2/+2
2014-12-11Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann-10/+10
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery-0/+20
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery-6/+14
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+15
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov-2/+2
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng-15/+10
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds-43/+44
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro-47/+0