summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg
2013-01-03regulatory: use RCU to protect last_requestJohannes Berg
2013-01-03regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg
2013-01-03regulatory: pass new regdomain to reset functionJohannes Berg
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg
2013-01-03regulatory: fix reg_is_valid_request handlingJohannes Berg
2013-01-03regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg
2013-01-03regulatory: clarify locking rules and assertionsJohannes Berg
2013-01-03regulatory: simplify freq_reg_info_regdJohannes Berg
2013-01-03regulatory: remove useless warningJohannes Berg
2013-01-03regulatory: remove redundant isalpha() checkJohannes Berg
2013-01-03regulatory: simplify restore_regulatory_settingsJohannes Berg
2013-01-03regulatory: remove BUG_ONJohannes Berg
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg
2013-01-03regulatory: use proper enum for return valuesJohannes Berg
2013-01-03regulatory: remove useless locking on exitJohannes Berg
2013-01-03regulatory: code cleanupJohannes Berg
2013-01-03regulatory: simplify regulatory_hint_11dJohannes Berg
2013-01-03regulatory: don't test list before iteratingJohannes Berg
2013-01-03regulatory: clean up reg_copy_regd()Johannes Berg
2013-01-03regulatory: clean up regdom_intersectJohannes Berg
2013-01-03regulatory: don't allocate too much memoryJohannes Berg
2013-01-03regulatory: don't write past array when intersecting rulesJohannes Berg
2013-01-03mac80211: remove a bit of dead mesh codeJohannes Berg
2013-01-03mac80211: optimise roaming time againJohannes Berg
2013-01-03mac80211: warn if unexpectedly removing stationsJohannes Berg
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg
2013-01-03mac80211: use short slot time in mesh for 5GHzChun-Yeow Yeoh
2013-01-03mac80211: Allow disabling SGI-20Ben Greear
2013-01-03mac80211: fix maximum MTUChaitanya
2013-01-03mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg
2013-01-03mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-03mac80211: fix station destruction in AP/mesh modesJohannes Berg
2013-01-03mac80211: RMC buckets are just list headsThomas Pedersen
2013-01-03mac80211: assign VLAN channel contextsJohannes Berg
2013-01-03mac80211: flush AP_VLAN stations when tearing down the BSS APFelix Fietkau
2013-01-03mac80211: fix ibss scanningStanislaw Gruszka
2013-01-03bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.Rami Rosen
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich
2013-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-30bridge: respect RFC2863 operational statestephen hemminger
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger
2012-12-28tcp: make proc_tcp_fastopen_key staticstephen hemminger
2012-12-28sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-12-28net: allow to change carrier via sysfsJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko