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
2007-10-10
FS_ENET: TX stuff should use fep->tx_lock, instead of fep->lock.
Vitaly Bordug
1
-2
/
+4
2007-10-10
NET_SB1250_MAC: Rename to SB1250_MAC
Maciej W. Rozycki
4
-4
/
+4
2007-10-10
NET_SB1250_MAC: Update Kconfig entry
Maciej W. Rozycki
1
-4
/
+12
2007-10-10
netxen: ethtool fixes
Dhananjay Phadke
4
-9
/
+28
2007-10-10
Device tree aware EMAC driver
David Gibson
23
-71
/
+6668
2007-10-10
8139cp: trivial endianness annotations
Al Viro
1
-19
/
+19
2007-10-10
Blackfin EMAC driver: add a select for the PHYLIB of this driver
Bryan Wu
1
-0
/
+2
2007-10-10
Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver
Bryan Wu
2
-168
/
+196
2007-10-10
Blackfin EMAC driver: add power management interface and change the bf537mac_...
Bryan Wu
1
-4
/
+19
2007-10-10
Blackfin EMAC driver: add function to change the MAC address
Alex Landau
1
-1
/
+12
2007-10-10
S2io: Updating transceiver information in ethtool function
Sivakumar Subramani
1
-2
/
+4
2007-10-10
S2io: Added support set_mac_address driver entry point
Sivakumar Subramani
2
-41
/
+68
2007-10-10
S2io: Removed unused feature - bimodal interrupts
Sivakumar Subramani
2
-145
/
+88
2007-10-10
S2io: Change kmalloc+memset to k[zc]alloc
Sivakumar Subramani
1
-9
/
+5
2007-10-10
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
35
-245
/
+345
2007-10-10
[B44]: port to native ssb support
Michael Buesch
3
-466
/
+386
2007-10-10
[P54]: add mac80211-based driver for prism54 softmac hardware
Michael Wu
11
-0
/
+3705
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
228
-1952
/
+1875
2007-10-10
[RT2x00]: add driver for Ralink wireless hardware
Ivo van Doorn
31
-0
/
+21174
2007-10-10
[IWLWIFI]: add iwlwifi wireless drivers
Zhu Yi
28
-0
/
+34833
2007-10-10
[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devices
Larry Finger
26
-0
/
+14848
2007-10-10
[B43]: add mac80211-based driver for modern BCM43xx devices
Michael Buesch
28
-0
/
+16699
2007-10-10
[SSB]: add Sonics Silicon Backplane bus support
Michael Buesch
24
-0
/
+5892
2007-10-10
[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.
Rick Jones
2
-5
/
+12
2007-10-10
[NETNS]: Cleanup list walking in setup_net and cleanup_net
Pavel Emelyanov
2
-8
/
+18
2007-10-10
[NET]: Add Tehuti network driver.
Andy Gospodarek
7
-0
/
+13804
2007-10-10
[IPG]: add IP1000A driver to kernel tree
Francois Romieu
6
-0
/
+3204
2007-10-10
[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.
Vlad Yasevich
2
-1
/
+13
2007-10-10
[SCTP]: API updates to suport SCTP-AUTH extensions.
Vlad Yasevich
7
-0
/
+657
2007-10-10
[SCTP]: Implement the receive and verification of AUTH chunk
Vlad Yasevich
9
-13
/
+374
2007-10-10
[SCTP]: Enable the sending of the AUTH chunk.
Vlad Yasevich
5
-27
/
+159
2007-10-10
[SCTP]: Implete SCTP-AUTH parameter processing
Vlad Yasevich
5
-4
/
+220
2007-10-10
[SCTP]: Implement SCTP-AUTH initializations.
Vlad Yasevich
5
-0
/
+133
2007-10-10
[SCTP]: Implement SCTP-AUTH internals
Vlad Yasevich
7
-7
/
+976
2007-10-10
[SCTP]: protocol definitions for SCTP-AUTH implementation
Vlad Yasevich
1
-1
/
+99
2007-10-10
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
David L Stevens
8
-78
/
+123
2007-10-10
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
David L Stevens
11
-122
/
+135
2007-10-10
[NET]: all net/ cleanup with ARRAY_SIZE
Denis Cheng
2
-2
/
+2
2007-10-10
[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead
Denis Cheng
1
-1
/
+1
2007-10-10
[NETLINK]: the temp variable name max is ambiguous
Denis Cheng
1
-6
/
+6
2007-10-10
[NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> instead
Denis Cheng
1
-1
/
+1
2007-10-10
[SKBUFF]: Fix up csum_start when head room changes
Herbert Xu
1
-10
/
+8
2007-10-10
[NETLINK]: Avoid pointer in netlink_run_queue
Herbert Xu
7
-14
/
+16
2007-10-10
[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
Vlad Yasevich
2
-11
/
+6
2007-10-10
[SCTP]: Implement the Supported Extensions Parameter
Vlad Yasevich
3
-2
/
+99
2007-10-10
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
Denis V. Lunev
5
-33
/
+28
2007-10-10
[NET]: Cleanup calling netdev notifiers.
Pavel Emelyanov
1
-19
/
+13
2007-10-10
[NETNS]: Consolidate hashes creation in netdev_init()
Pavel Emelyanov
1
-17
/
+24
2007-10-10
[NET]: Fix the prototype of call_netdevice_notifiers.
Eric W. Biederman
2
-3
/
+3
2007-10-10
[NET]: migrate HARD_TX_LOCK to header file
Jamal Hadi Salim
2
-14
/
+19
[next]