index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-17
ipv6: Use pr_warn() in ip6_fib.c
David S. Miller
1
-10
/
+10
2011-11-17
IPV6 Fix a crash when trying to replace non existing route
Matti Vaittinen
1
-7
/
+14
2011-11-16
forcedeth: stats updated with a deferrable timer
david decotigny
1
-1
/
+1
2011-11-16
forcedeth: account for dropped RX frames
david decotigny
1
-2
/
+12
2011-11-16
forcedeth: implement ndo_get_stats64() API
david decotigny
1
-51
/
+146
2011-11-16
forcedeth: allow to silence "TX timeout" debug messages
Sameer Nanda
1
-41
/
+57
2011-11-16
forcedeth: Add messages to indicate using MSI or MSI-X
Mike Ditto
1
-0
/
+2
2011-11-16
net: new counter for tx_timeout errors in sysfs
david decotigny
3
-8
/
+42
2011-11-16
net-sysfs: fixed minor sparse warning
david decotigny
1
-6
/
+6
2011-11-16
forcedeth: fix stats on hardware without extended stats support
david decotigny
1
-9
/
+27
2011-11-16
net: verify GSO flag bits against netdev features
Michał Mirosław
1
-0
/
+9
2011-11-16
net: drivers: use bool type instead of double negation
Michał Mirosław
4
-6
/
+6
2011-11-16
net: ethtool: fix coding style
Michał Mirosław
1
-7
/
+8
2011-11-16
ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN
Joe Perches
2
-4
/
+4
2011-11-16
amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN
Joe Perches
2
-4
/
+3
2011-11-16
bna: Convert MAC_ADDRLEN uses to ETH_ALEN
Joe Perches
1
-2
/
+1
2011-11-16
ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN
Joe Perches
16
-28
/
+22
2011-11-16
ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN
Joe Perches
5
-49
/
+38
2011-11-16
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
6
-120
/
+197
2011-11-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-299
/
+340
2011-11-16
team: replicate options on register
Jiri Pirko
3
-17
/
+72
2011-11-16
team: convert overall spinlock to mutex
Jiri Pirko
2
-17
/
+17
2011-11-16
team: Do not hold rcu_read_lock when running netlink cmds
Jiri Pirko
1
-6
/
+5
2011-11-16
6LoWPAN: double free in lowpan_fragment_xmit()
Dan Carpenter
1
-3
/
+0
2011-11-16
be2net: Use V1 query link status command for lancer
Padmanabh Ratnakar
1
-0
/
+3
2011-11-16
be2net: Fix VLAN promiscous mode for Lancer
Padmanabh Ratnakar
1
-1
/
+2
2011-11-16
be2net: Add EEPROM dump feature for Lancer
Padmanabh Ratnakar
2
-1
/
+22
2011-11-16
be2net: add register dump feature for Lancer
Padmanabh Ratnakar
3
-4
/
+151
2011-11-16
be2net: Fix TX queue create for Lancer
Padmanabh Ratnakar
2
-9
/
+18
2011-11-16
infiniband: Update net drivers for netdev_features_t changes.
David S. Miller
2
-4
/
+4
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
14
-31
/
+19
2011-11-16
net: extend netdev_features_t to 64 bits
Michał Mirosław
1
-1
/
+1
2011-11-16
ethtool: prepare for larger netdev_features_t type
Michał Mirosław
1
-16
/
+26
2011-11-16
net: ethtool: use C99 array initialization for feature-names table
Michał Mirosław
1
-38
/
+36
2011-11-16
net: Define enum for net device features.
Michał Mirosław
1
-40
/
+93
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
74
-202
/
+305
2011-11-16
net: split netdev features to separate header
Michał Mirosław
2
-78
/
+92
2011-11-16
net: ethtool: break association of ETH_FLAG_* with NETIF_F_*
Michał Mirosław
1
-10
/
+23
2011-11-16
net: remove legacy ethtool ops
Michał Mirosław
5
-479
/
+26
2011-11-16
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
Rick Jones
7
-19
/
+22
2011-11-16
net: use jump_label for netstamp_needed
Eric Dumazet
1
-18
/
+14
2011-11-16
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
6
-0
/
+55
2011-11-16
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
5
-10
/
+6
2011-11-16
igb: Convert bare printk to pr_notice
Joe Perches
1
-2
/
+3
2011-11-16
igb: Convert printks to pr_<level>
Jeff Kirsher
1
-85
/
+80
2011-11-16
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2
-15
/
+18
2011-11-16
igbvf: Convert printks to pr_<level>
Jeff Kirsher
1
-7
/
+7
2011-11-16
ixgbe: fix LED blink logic to check for link
Emil Tantilov
1
-7
/
+11
2011-11-16
e1000e: Convert printks to pr_<level>
Jeff Kirsher
1
-129
/
+101
2011-11-16
e1000e: convert to real ndo_set_rx_mode
Jesse Brandeburg
1
-44
/
+114
[next]