summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: init HT TX data before rate controlJohannes Berg1-20/+19
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg5-10/+124
2013-02-15mac80211: track number of spatial streamsJohannes Berg3-0/+44
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg10-94/+130
2013-02-15mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_capJohannes Berg4-8/+9
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg3-6/+10
2013-02-15mac80211: use spin_lock_bh() for TKIP lockJohannes Berg2-9/+6
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg2-7/+4
2013-02-15mac80211: don't pick up WPA vendor IEJohannes Berg2-7/+1
2013-02-15mac80211: always unblock CSA queue stop when disconnectingJohannes Berg1-2/+2
2013-02-15mac80211: don't call bss_info_changed on p2p-device/monitorJohannes Berg2-9/+18
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg4-4/+25
2013-02-15mac80211: fix ieee80211_sta_tx_notify for nullfuncWojciech Dubowik1-4/+5
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen5-37/+55
2013-02-15mac80211: fix WPA with VLAN on AP side with ps-staMichael Braun1-0/+1
2013-02-15mac80211: free ps->bc_buf skbs on vlan device stopMichael Braun1-0/+14
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich10-1/+190
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich9-17/+463
2013-02-15net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-9/+26
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-39/+425
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-14Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-4/+9
2013-02-14bridge: Separate egress policy bitmapVlad Yasevich3-6/+19
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich3-29/+151
2013-02-14bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-14bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-14bridge: Add the ability to configure pvidVlad Yasevich3-17/+49
2013-02-14bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich6-10/+126
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich4-16/+99
2013-02-14bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich5-18/+196
2013-02-14bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-14bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-14bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-13netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček1-3/+3
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann1-0/+7
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann1-6/+6
2013-02-13net, sctp: remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-02-13net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann1-2/+3
2013-02-13batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning1-1/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar7-12/+8
2013-02-13tcp: send packets with a socket timestampAndrey Vagin5-17/+30
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin2-0/+4
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-13cfg80211: configuration for WoWLAN over TCPJohannes Berg2-3/+295
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau5-60/+237
2013-02-13cfg80211: check vendor IE length to avoid overrunLuciano Coelho1-4/+8