summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-17wireless: add back sysfs directoryJohannes Berg1-0/+20
2012-11-14mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-11-12wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-11-11mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau4-6/+20
2012-11-09mac80211: don't send null data packet when not associatedJohannes Berg1-0/+2
2012-11-09mac80211: fix memory leak in device registration error pathJohannes Berg1-2/+4
2012-11-05mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-10-31mac80211: init sched_scan_iesDavid Spinadel1-1/+1
2012-10-31mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau1-0/+3
2012-10-27mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-27mac80211: verify that skb data is presentJohannes Berg2-2/+33
2012-10-27mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-27wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-10-27mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona1-1/+1
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-10-24mac80211: use blacklist for duplicate IE checkJohannes Berg1-7/+35
2012-10-18cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau1-2/+3
2012-10-18cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2-11/+6
2012-10-15Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg460-9632/+17843
2012-10-08mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2-12/+14
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen1-2/+1
2012-10-05ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne1-0/+1
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+2
2012-10-038021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-10-03ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-03workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds348-7791/+14603
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds43-133/+276
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-35/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-24/+14
2012-10-02igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-10-02netlink: add attributes to fdb interfacestephen hemminger3-4/+7
2012-10-02gre: fix sparse warningstephen hemminger1-2/+2
2012-10-02net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter1-0/+3
2012-10-02ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-10-02net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-02tcp: gro: add checksuming helpersEric Dumazet2-6/+33
2012-10-02ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-10-02use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-203/+205