summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac802154: slave interfaces declarationalex.bluesman.smirnov@gmail.com2012-05-161-0/+28
* mac802154: TX data pathalex.bluesman.smirnov@gmail.com2012-05-163-1/+122
* mac802154: RX data pathalex.bluesman.smirnov@gmail.com2012-05-162-1/+114
* mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com2012-05-166-0/+232
* Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-1616-869/+20
|\
| * tokenring: delete all remaining driver supportPaul Gortmaker2012-05-152-670/+0
| * net: delete all instances of special processing for token ringPaul Gortmaker2012-05-1513-68/+12
| * atm: remove the coupling to token ring supportPaul Gortmaker2012-05-152-131/+8
* | net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-1612-57/+58
* | net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-1616-120/+116
* | xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-13/+14
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-1576-490/+306
* xfrm_algo: drop an unnecessary inclusionJan Beulich2012-05-151-3/+0
* xfrm: make xfrm_algo.c a moduleJan Beulich2012-05-155-9/+17
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-05-1410-23/+59
|\
| * batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli2012-05-141-0/+2
| * batman-adv: Start new development cycleSven Eckelmann2012-05-131-1/+1
| * batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2012-05-132-5/+5
| * batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner2012-05-131-9/+6
| * batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-133-6/+6
| * batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-134-0/+36
| * batman-adv: avoid skb_linearise() if not neededAntonio Quartulli2012-05-131-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-1414-24/+384
|\ \
| * | {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-085-1/+16
| * | mac80211: Allow nonHT/HT peering in meshAshok Nagarajan2012-05-081-3/+9
| * | mac80211: Implement HT mixed protection modeAshok Nagarajan2012-05-082-7/+77
| * | mac80211: Advertise HT protection mode in IEsAshok Nagarajan2012-05-084-9/+8
| * | cfg80211: fix BSS comparisonEmmanuel Grumbach2012-05-081-1/+5
| * | mac80211: Add more ethtools stats: survey, rates, etcBen Greear2012-05-081-8/+81
| * | mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear2012-05-083-3/+68
| * | mac80211: Support getting sta_info stats via ethtool.Ben Greear2012-05-081-0/+91
| * | cfg80211: Add framework to support ethtool stats.Ben Greear2012-05-081-0/+29
| * | mac80211: don't transmit 40MHz frames to 20MHz peerThomas Pedersen2012-05-081-0/+6
| * | mac80211: insert mesh peer after initThomas Pedersen2012-05-081-3/+5
| * | mac80211: fix rate control update on 2040 bss changeRajkumar Manoharan2012-05-081-1/+1
* | | net: codel: fix build errorsSasha Levin2012-05-141-4/+5
* | | net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-05-141-0/+1
| |/ |/|
* | fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-123-0/+636
* | net/ipv6/af_inet6.c: checkpatch cleanupEldad Zack2012-05-111-18/+11
* | batman-adv: add contributor nameAntonio Quartulli2012-05-112-2/+2
* | batman-adv: update copyright yearsAntonio Quartulli2012-05-112-2/+2
* | batman-adv: fix checkpatch string complaintMarek Lindner2012-05-111-2/+2
* | batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner2012-05-112-29/+32
* | batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing2012-05-111-0/+43
* | batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner2012-05-111-28/+29
* | batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-114-14/+16
* | batman-adv: ignore protocol packets if the interface did not enable this prot...Marek Lindner2012-05-111-0/+7
* | batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner2012-05-113-27/+48
* | batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-113-8/+13
* | batman-adv: rename last_valid to last_seenMarek Lindner2012-05-113-16/+16
OpenPOWER on IntegriCloud