index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-03
tcp: report ECN_SEEN in tcp_info
Eric Dumazet
1
-1
/
+2
2011-09-30
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
John W. Linville
4
-0
/
+71
2011-09-28
net: sh_eth: move the asm/sh_eth.h to include/linux/
Yoshihiro Shimoda
1
-0
/
+25
2011-09-28
connector: add comm change event report to proc connector
Vladimir Zapolskiy
1
-0
/
+11
2011-09-27
nl80211/cfg80211: Add support to disable CCK rate for management frame
Rajkumar Manoharan
1
-0
/
+13
2011-09-26
net: introduce ptp one step time stamp mode for sync packets
Richard Cochran
1
-0
/
+9
2011-09-23
Merge git://github.com/Jkirsher/net-next
David S. Miller
1
-0
/
+2
2011-09-23
pci: Add flag indicating device has been assigned by KVM
Greg Rose
1
-0
/
+2
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-20
NFC: Add dev_up and dev_down control operations
Ilan Elias
1
-0
/
+6
2011-09-19
cfg80211/nl80211: Add PMKSA caching candidate event
Jouni Malinen
1
-0
/
+33
2011-09-19
bcma: cc: export more control functions
Rafał Miłecki
1
-0
/
+9
2011-09-19
cfg80211: add cfg80211_find_vendor_ie() function
Eliad Peller
1
-0
/
+10
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
[next]