index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Use bool and remove inline in skb_splice_bits() code.
David S. Miller
2012-04-23
1
-29
/
+29
*
net: speedup skb_splice_bits()
Eric Dumazet
2012-04-23
1
-11
/
+19
*
tcp: introduce tcp_try_coalesce
Eric Dumazet
2012-04-23
1
-17
/
+62
*
bnx2x: Update driver version to 1.72.50-0
Barak Witkowski
2012-04-23
1
-2
/
+2
*
bnx2x: remove gro workaround
Dmitry Kravkov
2012-04-23
4
-25
/
+0
*
bnx2x: add afex support
Barak Witkowski
2012-04-23
14
-57
/
+1081
*
mlx4_en: Byte Queue Limit support
Yevgeny Petrilin
2012-04-23
3
-4
/
+17
*
mlx4_en: Moving to Interrupts for TX completions
Yevgeny Petrilin
2012-04-23
4
-74
/
+9
*
mlx4_en: Added Ethtool support for TX Interrupt coalescing
Yevgeny Petrilin
2012-04-23
2
-4
/
+21
*
tcp: sk_add_backlog() is too agressive for TCP
Eric Dumazet
2012-04-23
2
-2
/
+4
*
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
2012-04-23
10
-19
/
+21
*
net ax25: Fix the build when sysctl support is disabled.
Eric W. Biederman
2012-04-23
1
-2
/
+2
*
net sysctl: Add place holder functions for when sysctl support is compiled ou...
Eric W. Biederman
2012-04-23
1
-3
/
+12
*
be2net: fix ethtool get settings
Ajit Khaparde
2012-04-23
5
-102
/
+239
*
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
David S. Miller
2012-04-23
2
-4
/
+2
*
gianfar: add GRO support
Wu Jiajun-B06378
2012-04-21
1
-6
/
+7
*
af_packet: packet_getsockopt() cleanup
Eric Dumazet
2012-04-21
1
-38
/
+8
*
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
Neal Cardwell
2012-04-21
4
-99
/
+68
*
net: allow better page reuse in splice(sock -> pipe)
Eric Dumazet
2012-04-21
1
-0
/
+3
*
team: add per-port option for enabling/disabling ports
Jiri Pirko
2012-04-21
1
-0
/
+24
*
team: allow to enable/disable ports
Jiri Pirko
2012-04-21
4
-25
/
+45
*
team: lb: let userspace care about port macs
Jiri Pirko
2012-04-21
1
-12
/
+0
*
net: change big iov allocations
Eric Dumazet
2012-04-21
1
-21
/
+16
*
tcp: Repair connection-time negotiated parameters
Pavel Emelyanov
2012-04-21
2
-0
/
+72
*
tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
Pavel Emelyanov
2012-04-21
1
-0
/
+2
*
tcp: Repair socket queues
Pavel Emelyanov
2012-04-21
2
-3
/
+87
*
tcp: Initial repair mode
Pavel Emelyanov
2012-04-21
5
-8
/
+111
*
tcp: Move code around
Pavel Emelyanov
2012-04-21
4
-36
/
+54
*
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
2012-04-21
13
-14
/
+28
*
drivers/net: decouple ISA and ISA_DMA_API
Arnd Bergmann
2012-04-21
2
-6
/
+6
*
sungem: use mdelay instead of udelay where necessary
Arnd Bergmann
2012-04-21
1
-1
/
+1
*
donauboe: replace excessive udelay with msleep
Arnd Bergmann
2012-04-21
1
-1
/
+1
*
8390: select CRC32 support
Arnd Bergmann
2012-04-21
1
-0
/
+1
*
drivers/net: iwmc3200 depends on EXPERIMENTAL
Arnd Bergmann
2012-04-21
2
-2
/
+3
*
caif: include linux/io.h
Arnd Bergmann
2012-04-21
1
-0
/
+4
*
drivers/net: add missing __devexit_p() annotations
Arnd Bergmann
2012-04-21
3
-3
/
+3
*
davinci_cpdma: export symbols used by other drivers
Arnd Bergmann
2012-04-21
1
-1
/
+12
*
pch_gbe: remove suspicious comment
Richard Cochran
2012-04-21
1
-1
/
+0
*
pch_gbe: run the ptp bpf just once per packet
Richard Cochran
2012-04-21
1
-3
/
+1
*
pch_gbe: correct receive time stamp filtering
Takahiro Shimizu
2012-04-21
2
-4
/
+20
*
pch_gbe: do not set the channel control register
Takahiro Shimizu
2012-04-21
1
-2
/
+0
*
pch_gbe: improve coding style
Takahiro Shimizu
2012-04-21
1
-9
/
+9
*
pch_gbe: export a method to set the receive match address
Takahiro Shimizu
2012-04-21
2
-1
/
+3
*
pch_gbe: reprogram multicast address register on reset
Takahiro Shimizu
2012-04-21
1
-3
/
+57
*
pch_gbe: simplify transmit time stamping flag test
Takahiro Shimizu
2012-04-21
1
-3
/
+3
*
pch_gbe: scale time stamps to nanoseconds
Takahiro Shimizu
2012-04-21
2
-4
/
+2
*
net: Remove register_net_sysctl_table
Eric W. Biederman
2012-04-20
2
-10
/
+0
*
net: Delete all remaining instances of ctl_path
Eric W. Biederman
2012-04-20
10
-58
/
+0
*
net: Convert all sysctl registrations to register_net_sysctl
Eric W. Biederman
2012-04-20
36
-171
/
+44
*
net: Convert nf_conntrack_proto to use register_net_sysctl
Eric W. Biederman
2012-04-20
3
-6
/
+6
[next]