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
2013-01-22
drivers/net: delete old 8 bit ISA Racal ni5010 support.
Paul Gortmaker
8
-966
/
+0
2013-01-22
drivers/net: delete Racal Interlan ISA ni52 (i825xx) driver
Paul Gortmaker
5
-1672
/
+0
2013-01-22
drivers/net: delete intel i825xx based znet notebook driver
Paul Gortmaker
3
-939
/
+0
2013-01-22
drivers/net: delete ISA intel eexpress and eepro i825xx drivers
Paul Gortmaker
6
-3699
/
+0
2013-01-22
drivers/net: delete the 3Com 3c505/3c507 intel i825xx support
Paul Gortmaker
6
-2936
/
+0
2013-01-22
drivers/net: delete old parallel port de600/de620 drivers
Paul Gortmaker
8
-2049
/
+2
2013-01-22
drivers/net: delete old 8bit ISA 3c501 driver.
Paul Gortmaker
5
-1007
/
+0
2013-01-22
drivers/net: delete intel 486 panther onboard ethernet support
Paul Gortmaker
3
-1346
/
+0
2013-01-22
drivers/net: delete 486 Apricot support
Paul Gortmaker
4
-99
/
+9
2013-01-21
isdn/gigaset: beautify ev-layer.c
Tilman Schmidt
2
-64
/
+64
2013-01-21
isdn/gigaset: beautify common.c
Tilman Schmidt
1
-22
/
+9
2013-01-21
isdn/gigaset: beautify interface.c
Tilman Schmidt
1
-31
/
+15
2013-01-21
isdn/gigaset: leave DLE mode before hanging up
Tilman Schmidt
1
-0
/
+5
2013-01-21
isdn/divert: fix readability damage
Tilman Schmidt
3
-247
/
+237
2013-01-21
drivers/net/ethernet/sfc/ptp.c: adjust duplicate test
Julia Lawall
1
-1
/
+1
2013-01-21
ndisc: Do not try to update "updated" time if neighbour has already gone.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2013-01-21
Merge branch 'dsa'
David S. Miller
2
-2
/
+8
2013-01-21
dsa: make dsa_switch_setup check for valid port names
Florian Fainelli
1
-0
/
+6
2013-01-21
dsa: use an unique and non conflicting bus name for the slave MII bus
Florian Fainelli
1
-2
/
+2
2013-01-21
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2
-175
/
+173
2013-01-21
Merge branch 'virtio_mac'
David S. Miller
4
-55
/
+106
2013-01-21
virtio-net: introduce a new control to set macaddr
Amos Kong
2
-4
/
+25
2013-01-21
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
2
-6
/
+37
2013-01-21
move virtnet_send_command() above virtnet_set_mac_address()
Amos Kong
1
-45
/
+44
2013-01-21
Merge branch 'mcast'
David S. Miller
7
-39
/
+231
2013-01-21
mcast: add multicast proxy support (IPv4 and IPv6)
Nicolas Dichtel
4
-28
/
+225
2013-01-21
mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()
Nicolas Dichtel
5
-13
/
+8
2013-01-21
Documentation: remove obsolete networking/multicast.txt file
Paul Gortmaker
2
-65
/
+0
2013-01-21
Merge branch 'qeth'
David S. Miller
8
-92
/
+198
2013-01-21
qeth: Fix HiperSockets performance regression
Stefan Raspl
1
-1
/
+1
2013-01-21
qeth: Make s390dbf card entries persistent
Stefan Raspl
1
-12
/
+78
2013-01-21
qeth: Update Kconfig wording
Stefan Raspl
1
-2
/
+2
2013-01-21
qeth: Support VEPA mode
Stefan Raspl
7
-67
/
+112
2013-01-21
qeth: Remove unused exports
Stefan Raspl
2
-7
/
+2
2013-01-21
qeth: Fix retry logic in hardsetup
Stefan Raspl
1
-3
/
+3
2013-01-21
Merge branch 'ipv6_ndisc'
David S. Miller
5
-205
/
+203
2013-01-21
ndisc: Use compound literals to build redirect message.
YOSHIFUJI Hideaki / 吉藤英明
1
-12
/
+8
2013-01-21
ndisc: Break down ndisc_build_skb() and build message directly.
YOSHIFUJI Hideaki / 吉藤英明
1
-59
/
+63
2013-01-21
ndisc: Break down __ndisc_send().
YOSHIFUJI Hideaki / 吉藤英明
1
-24
/
+21
2013-01-21
ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-16
/
+8
2013-01-21
ndisc: Use ndisc_send_skb() for redirect.
YOSHIFUJI Hideaki / 吉藤英明
1
-23
/
+14
2013-01-21
ndisc: Remove icmp6h argument from ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2013-01-21
ndisc: Make ndisc_fill_xxx_option() for sk_buff.
YOSHIFUJI Hideaki / 吉藤英明
1
-18
/
+15
2013-01-21
ndisc: Calculate message body length and option length separately.
YOSHIFUJI Hideaki / 吉藤英明
1
-9
/
+11
2013-01-21
ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2013-01-21
ndisc: Defer building IPv6 header.
YOSHIFUJI Hideaki / 吉藤英明
1
-11
/
+11
2013-01-21
ndisc: Remove dev argument for ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+5
2013-01-21
ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+6
2013-01-21
ndisc: Simplify arguments for ip6_nd_hdr().
YOSHIFUJI Hideaki / 吉藤英明
1
-8
/
+7
2013-01-21
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
4
-42
/
+52
[next]