| Commit message (Expand) | Author | Age | Files | Lines |
* | net: delete all instances of special processing for token ring | Paul Gortmaker | 2012-05-15 | 13 | -68/+12 |
* | atm: remove the coupling to token ring support | Paul Gortmaker | 2012-05-15 | 2 | -131/+8 |
* | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 76 | -490/+306 |
* | xfrm_algo: drop an unnecessary inclusion | Jan Beulich | 2012-05-15 | 1 | -3/+0 |
* | xfrm: make xfrm_algo.c a module | Jan Beulich | 2012-05-15 | 5 | -9/+17 |
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2012-05-14 | 10 | -23/+59 |
|\ |
|
| * | batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e... | Antonio Quartulli | 2012-05-14 | 1 | -0/+2 |
| * | batman-adv: Start new development cycle | Sven Eckelmann | 2012-05-13 | 1 | -1/+1 |
| * | batman-adv: use shorter pr_warn instead of pr_warning | Sven Eckelmann | 2012-05-13 | 2 | -5/+5 |
| * | batman-adv: refactor window_protected to avoid unnecessary return statement | Marek Lindner | 2012-05-13 | 1 | -9/+6 |
| * | batman-adv: prepare lq_update_lock to be shared among different protocols | Marek Lindner | 2012-05-13 | 3 | -6/+6 |
| * | batman-adv: improve unicast packet (re)routing | Antonio Quartulli | 2012-05-13 | 4 | -0/+36 |
| * | batman-adv: avoid skb_linearise() if not needed | Antonio Quartulli | 2012-05-13 | 1 | -2/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-05-14 | 14 | -24/+384 |
|\ \ |
|
| * | | {nl,cfg,mac}80211: Allow user to see/configure HT protection mode | Ashok Nagarajan | 2012-05-08 | 5 | -1/+16 |
| * | | mac80211: Allow nonHT/HT peering in mesh | Ashok Nagarajan | 2012-05-08 | 1 | -3/+9 |
| * | | mac80211: Implement HT mixed protection mode | Ashok Nagarajan | 2012-05-08 | 2 | -7/+77 |
| * | | mac80211: Advertise HT protection mode in IEs | Ashok Nagarajan | 2012-05-08 | 4 | -9/+8 |
| * | | cfg80211: fix BSS comparison | Emmanuel Grumbach | 2012-05-08 | 1 | -1/+5 |
| * | | mac80211: Add more ethtools stats: survey, rates, etc | Ben Greear | 2012-05-08 | 1 | -8/+81 |
| * | | mac80211: Framework to get wifi-driver stats via ethtool. | Ben Greear | 2012-05-08 | 3 | -3/+68 |
| * | | mac80211: Support getting sta_info stats via ethtool. | Ben Greear | 2012-05-08 | 1 | -0/+91 |
| * | | cfg80211: Add framework to support ethtool stats. | Ben Greear | 2012-05-08 | 1 | -0/+29 |
| * | | mac80211: don't transmit 40MHz frames to 20MHz peer | Thomas Pedersen | 2012-05-08 | 1 | -0/+6 |
| * | | mac80211: insert mesh peer after init | Thomas Pedersen | 2012-05-08 | 1 | -3/+5 |
| * | | mac80211: fix rate control update on 2040 bss change | Rajkumar Manoharan | 2012-05-08 | 1 | -1/+1 |
* | | | net: codel: fix build errors | Sasha Levin | 2012-05-14 | 1 | -4/+5 |
* | | | net/codel: Add missing #include <linux/prefetch.h> | Geert Uytterhoeven | 2012-05-14 | 1 | -0/+1 |
| |/
|/| |
|
* | | fq_codel: Fair Queue Codel AQM | Eric Dumazet | 2012-05-12 | 3 | -0/+636 |
* | | net/ipv6/af_inet6.c: checkpatch cleanup | Eldad Zack | 2012-05-11 | 1 | -18/+11 |
* | | batman-adv: add contributor name | Antonio Quartulli | 2012-05-11 | 2 | -2/+2 |
* | | batman-adv: update copyright years | Antonio Quartulli | 2012-05-11 | 2 | -2/+2 |
* | | batman-adv: fix checkpatch string complaint | Marek Lindner | 2012-05-11 | 1 | -2/+2 |
* | | batman-adv: avoid temporary routing loops by being strict on forwarded OGMs | Marek Lindner | 2012-05-11 | 2 | -29/+32 |
* | | batman-adv: Adding hard_iface specific sysfs wrapper macros for UINT | Linus Luessing | 2012-05-11 | 1 | -0/+43 |
* | | batman-adv: rename sysfs macros to reflect the soft-interface dependency | Marek Lindner | 2012-05-11 | 1 | -28/+29 |
* | | batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal... | Marek Lindner | 2012-05-11 | 4 | -14/+16 |
* | | batman-adv: ignore protocol packets if the interface did not enable this prot... | Marek Lindner | 2012-05-11 | 1 | -0/+7 |
* | | batman-adv: split neigh_new function into generic and batman iv specific parts | Marek Lindner | 2012-05-11 | 3 | -27/+48 |
* | | batman-adv: replace HZ calculations with jiffies_to_msecs() | Marek Lindner | 2012-05-11 | 3 | -8/+13 |
* | | batman-adv: rename last_valid to last_seen | Marek Lindner | 2012-05-11 | 3 | -16/+16 |
* | | batman-adv: register batman ogm receive function during protocol init | Marek Lindner | 2012-05-11 | 5 | -24/+41 |
* | | batman-adv: introduce packet type handler array for incoming packets | Marek Lindner | 2012-05-11 | 3 | -113/+127 |
* | | batman-adv: introduce is_single_hop_neigh variable to increase readability | Marek Lindner | 2012-05-11 | 1 | -7/+9 |
* | | batman-adv: fix wrong dhcp option list browsing | Antonio Quartulli | 2012-05-11 | 1 | -3/+3 |
* | | 6lowpan: IPv6 link local address | alex.bluesman.smirnov@gmail.com | 2012-05-10 | 1 | -1/+13 |
* | | codel: Controlled Delay AQM | Eric Dumazet | 2012-05-10 | 3 | -0/+287 |
* | | net_sched: update bstats in dequeue() | Eric Dumazet | 2012-05-10 | 4 | -6/+6 |
* | | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits | Joe Perches | 2012-05-10 | 1 | -2/+3 |
* | | l2tp: fix data packet sequence number handling | James Chapman | 2012-05-10 | 1 | -1/+1 |