| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net |  David S. Miller | 34 | -89/+221 |
| 2011-09-21 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block |  Linus Torvalds | 3 | -5/+4 |
| 2011-09-20 | ip6_tunnel: add optional fwmark inherit |  Eric Dumazet | 1 | -0/+2 |
| 2011-09-19 | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem |  John W. Linville | 3 | -3/+58 |
| 2011-09-18 | Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6 |  Linus Torvalds | 1 | -1/+1 |
| 2011-09-18 | Merge git://github.com/davem330/net |  Linus Torvalds | 2 | -0/+3 |
| 2011-09-16 | ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL |  Ben Hutchings | 1 | -3/+3 |
| 2011-09-16 | ethtool: Clean up definitions of rule location arrays in RX NFC |  Ben Hutchings | 1 | -3/+4 |
| 2011-09-16 | ethtool: Explicitly state that RX NFC rule locations are priorities |  Ben Hutchings | 1 | -4/+3 |
| 2011-09-16 | ethtool: Make struct ethtool_rxnfc kernel-doc more self-consistent |  Ben Hutchings | 1 | -12/+11 |
| 2011-09-16 | wan: make LAPB callbacks const |  stephen hemminger | 1 | -1/+2 |
| 2011-09-16 | can-gw: add netlink based CAN routing |  Oliver Hartkopp | 2 | -0/+165 |
| 2011-09-16 | nl80211/cfg80211/mac80211: fix wme docs |  Eliad Peller | 1 | -2/+4 |
| 2011-09-16 | Merge branch 'master' of ../netdev/ |  David S. Miller | 11 | -26/+48 |
| 2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling |  Jiri Pirko | 2 | -3/+3 |
| 2011-09-15 | mii: Remove references to DP83840 PHY in mii.h |  Mark Einon | 1 | -3/+3 |
| 2011-09-15 | mii: Convert spaces to tabs in mii.h |  Mark Einon | 1 | -105/+103 |
| 2011-09-15 | net: copy userspace buffers on device forwarding |  Michael S. Tsirkin | 1 | -0/+1 |
| 2011-09-15 | tcp: Change possible SYN flooding messages |  Eric Dumazet | 1 | -0/+2 |
| 2011-09-14 | drivers/gpio/gpio-generic.c: fix build errors |  Russell King | 1 | -10/+5 |
| 2011-09-14 | memcg: Revert "memcg: add memory.vmscan_stat" |  Johannes Weiner | 2 | -19/+6 |
| 2011-09-14 | mac80211: Mesh data frames must have the QoS header |  Javier Cardona | 1 | -0/+2 |
| 2011-09-13 | nl80211/cfg80211: add match filtering for sched_scan |  Luciano Coelho | 1 | -0/+43 |
| 2011-09-13 | nl80211/cfg80211: add WIPHY_FLAG_AP_UAPSD flag |  Eliad Peller | 1 | -0/+3 |
| 2011-09-13 | cfg80211/nl80211: Indicate roaming feature capability to userspace. |  Vivek Natarajan | 1 | -0/+5 |
| 2011-09-13 | ssb: use u16 for storing board rev |  Rafał Miłecki | 1 | -1/+1 |
| 2011-09-08 | regulator: fix kernel-doc warning in consumer.h |  Randy Dunlap | 1 | -1/+1 |
| 2011-09-06 | mfd: Fix value of WM8994_CONFIGURE_GPIO |  Mark Brown | 1 | -1/+1 |
| 2011-08-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem |  John W. Linville | 4 | -22/+89 |
| 2011-08-29 | perf events: Fix slow and broken cgroup context switch code |  Stephane Eranian | 1 | -9/+15 |
| 2011-08-28 | net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is enabled |  Bhanu Prakash Gollapudi | 1 | -0/+4 |
| 2011-08-26 | All Arch: remove linkage for sys_nfsservctl system call |  NeilBrown | 2 | -4/+0 |
| 2011-08-26 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 |  Linus Torvalds | 2 | -0/+5 |
| 2011-08-26 | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 |  Linus Torvalds | 1 | -1/+26 |
| 2011-08-26 | af_packet: Prefixed tpacket_v3 structs to avoid name space collision |  chetan loke | 1 | -9/+9 |
| 2011-08-26 | headers, can: Add missing #include to <linux/can/bcm.h> |  Ben Hutchings | 1 | -0/+1 |
| 2011-08-26 | headers, xtables: Add missing #include <linux/netfilter.h> |  Ben Hutchings | 3 | -0/+3 |
| 2011-08-26 | headers, netfilter: Add missing #include <limits.h> for userland |  Ben Hutchings | 3 | -0/+9 |
| 2011-08-26 | headers, tipc: Add missing #include to <linux/tipc_config.h> for userland |  Ben Hutchings | 1 | -0/+4 |
| 2011-08-26 | headers, netfilter: Use kernel type names __u8, __u16, __u32 |  Ben Hutchings | 3 | -28/+28 |
| 2011-08-26 | headers, net: Use __kernel_sa_family_t in more definitions shared with userland |  Ben Hutchings | 15 | -33/+37 |
| 2011-08-26 | headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h> |  Ben Hutchings | 1 | -1/+1 |
| 2011-08-26 | headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h> |  Ben Hutchings | 2 | -0/+4 |
| 2011-08-26 | headers, pppox: Add missing #include to <linux/if_pppox.h> |  Ben Hutchings | 1 | -1/+1 |
| 2011-08-26 | nl80211/cfg80211: add STA WME parameters |  Eliad Peller | 1 | -0/+23 |
| 2011-08-25 | backlight: add a callback 'notify_after' for backlight control |  Dilan Lee | 1 | -0/+1 |
| 2011-08-25 | rapidio: fix use of non-compatible registers |  Alexandre Bounine | 1 | -9/+9 |
| 2011-08-25 | MAINTAINERS: Evgeniy has moved |  Evgeniy Polyakov | 1 | -1/+1 |
| 2011-08-25 | lockdep: Add helper function for dir vs file i_mutex annotation |  Josh Boyer | 1 | -0/+5 |
| 2011-08-25 | Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback |  Linus Torvalds | 1 | -11/+0 |