aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich4-2/+74
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2-93/+311
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich3-0/+64
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich1-0/+2
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich13-10/+1422
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich9-517/+5
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default hop penaltyMarek Lindner1-1/+1
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann2-16/+14
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann6-130/+41
2012-04-11batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli1-13/+13
2012-04-11batman-adv: clean up KconfigAntonio Quartulli1-9/+8
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds4-5/+5
2012-04-10{nl,cfg}80211: Support for mesh synchronizationJavier Cardona3-0/+27
2012-04-10mac80211: Implement mesh synchronization frameworkJavier Cardona9-8/+380
2012-04-10mac80211: Allow tsf increments via debugfsJavier Cardona1-0/+12
2012-04-10mac80211: sanity check for null SSIDStanislaw Gruszka2-4/+17
2012-04-10mac80211: use IEEE80211_NUM_ACSJohannes Berg5-8/+9
2012-04-10mac80211: lazily stop queues in add_pendingJohannes Berg1-4/+4
2012-04-10mac80211: debounce queue stop/wakeJohannes Berg1-0/+6
2012-04-10mac80211: decouple # of netdev queues from HW queuesJohannes Berg2-2/+6
2012-04-10mac80211: refuse TX queue configuration on non-QoS HWJohannes Berg3-16/+22
2012-04-10cfg80211/nl80211: clarify TX queue APIJohannes Berg4-17/+19
2012-04-10mac80211: notify driver of rate control updatesJohannes Berg4-1/+46
2012-04-10mac80211: remove queue stop on rate control updateJohannes Berg2-20/+0
2012-04-10mac80211: remove channel type argument from rate_updateJohannes Berg7-66/+45
2012-04-10mac80211: set HT channel before associationJohannes Berg3-131/+114
2012-04-10mac80211: use AC constantsJohannes Berg1-4/+4
2012-04-10mac80211: inline ieee80211_add_pending_skbsJohannes Berg2-8/+5
2012-04-10mac80211: make ieee80211_downgrade_queue staticJohannes Berg2-23/+20
2012-04-10mac80211: clean up uAPSD TX codeJohannes Berg1-3/+3
2012-04-10mac80211: fix mesh TX coding styleJohannes Berg1-6/+6
2012-04-10mac80211: don't always advertise remain-on-channelJohannes Berg1-2/+4
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller4-19/+13
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller126-544/+470
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng1-1/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-09cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-04-09mac80211: fix the RANN propagation issuesChun-Yeow Yeoh2-6/+20
2012-04-09mac80211: fix the sparse warnings on endian handling in RANN propagationChun-Yeow Yeoh1-2/+2
2012-04-09mac80211: when receiving DTIM disable power-save mode only if it was enabledRonald Wahl1-3/+5
2012-04-09mac80211: optimize aggregation session timeout handlingFelix Fietkau6-9/+40
2012-04-09mac80211: reduce code duplication in debugfs codeFelix Fietkau1-58/+13
2012-04-09cfg80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2-16/+18
2012-04-09mac80211: end service period only after sending last buffered frameMarco Porsch1-7/+9
2012-04-09mac80211: Add iface name when calling WARN-ON.Ben Greear1-1/+3
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg8-73/+70
2012-04-09mac80211: flush to get the tx status of nullfunc frame immediatelyRajkumar Manoharan1-0/+2