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
path:
root
/
include
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IPSEC] xfrm: Use IPPROTO_MAX instead of 256
Herbert Xu
2006-06-17
1
-1
/
+1
*
[IPSEC] xfrm: Abstract out encapsulation modes
Herbert Xu
2006-06-17
1
-0
/
+17
*
[IPSEC] xfrm: Undo afinfo lock proliferation
Herbert Xu
2006-06-17
1
-8
/
+1
*
[LLC]: add multicast support for datagrams
Stephen Hemminger
2006-06-17
1
-0
/
+4
*
[LLC]: use more efficient ether address routines
Stephen Hemminger
2006-06-17
1
-7
/
+6
*
[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O threshold
Chris Leech
2006-06-17
1
-0
/
+1
*
[I/OAT]: Make sk_eat_skb I/OAT aware.
Chris Leech
2006-06-17
1
-1
/
+12
*
[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static
Chris Leech
2006-06-17
1
-0
/
+2
*
[I/OAT]: Structure changes for TCP recv offload to I/OAT
Chris Leech
2006-06-17
2
-0
/
+9
*
[I/OAT]: Utility functions for offloading sk_buff to iovec copies
Chris Leech
2006-06-17
1
-0
/
+6
*
[I/OAT]: Setup the networking subsystem as a DMA client
Chris Leech
2006-06-17
1
-0
/
+38
*
[PATCH] net/compat.h build fix
Andrew Morton
2006-05-31
1
-1
/
+2
*
[IRDA]: fixup type of ->lsap_state
Alexey Dobriyan
2006-05-22
1
-1
/
+1
*
[SCTP]: Respect the real chunk length when walking parameters.
Vladislav Yasevich
2006-05-19
1
-3
/
+3
*
[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.
Sridhar Samudrala
2006-05-19
1
-0
/
+1
*
[NEIGH]: Fix IP-over-ATM and ARP interaction.
Simon Kelley
2006-05-12
1
-0
/
+1
*
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Stephen Hemminger
2006-05-08
2
-3
/
+6
|
\
|
*
[PATCH] ieee80211: Fix A band channel count (resent)
Jean Delvare
2006-05-05
1
-2
/
+4
|
*
[PATCH] softmac: make non-operational after being stopped
Daniel Drake
2006-05-05
1
-1
/
+2
*
|
[SCTP]: Allow spillover of receive buffer to avoid deadlock.
Neil Horman
2006-05-05
1
-0
/
+1
|
/
*
[ROSE]: Eleminate HZ from ROSE kernel interfaces
Ralf Baechle
2006-05-03
1
-7
/
+7
*
[NETROM]: Eleminate HZ from NET/ROM kernel interfaces
Ralf Baechle
2006-05-03
1
-4
/
+4
*
[AX.25]: Eleminate HZ from AX.25 kernel interfaces
Ralf Baechle
2006-05-03
1
-5
/
+5
*
[NET]: use hlist_unhashed()
Akinobu Mita
2006-04-29
2
-2
/
+2
*
[PATCH] softmac: fix SIOCSIWAP
Johannes Berg
2006-04-24
1
-1
/
+4
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-04-20
1
-1
/
+2
|
\
|
*
[PATCH] softmac: fix event sending
Johannes Berg
2006-04-19
1
-1
/
+2
*
|
[NET]: Add skb->truesize assertion checking.
David S. Miller
2006-04-20
1
-0
/
+1
|
/
*
[IPV6]: Clean up hop-by-hop options handler.
YOSHIFUJI Hideaki
2006-04-18
1
-1
/
+1
*
[XFRM]: Fix aevent timer.
Jamal Hadi Salim
2006-04-14
1
-0
/
+8
*
[IPV4]: Possible cleanups.
Adrian Bunk
2006-04-14
1
-2
/
+0
*
[IPV6]: Deinline few large functions in inet6 code
Denis Vlasenko
2006-04-09
1
-67
/
+3
*
[X25]: Restore skb->dev setting in x25_type_trans().
David S. Miller
2006-04-09
1
-0
/
+1
*
[NETFILTER]: Fix fragmentation issues with bridge netfilter
Patrick McHardy
2006-04-09
1
-0
/
+1
*
[IPSEC]: Kill unused decap state structure
Herbert Xu
2006-04-01
1
-16
/
+1
*
[IPSEC]: Kill unused decap state argument
Herbert Xu
2006-04-01
1
-1
/
+1
*
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
David S. Miller
2006-03-31
1
-3
/
+0
*
[INET]: Introduce tunnel4/tunnel6
Herbert Xu
2006-03-28
1
-5
/
+11
*
[NET]: deinline 200+ byte inlines in sock.h
Denis Vlasenko
2006-03-28
1
-87
/
+4
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-03-27
1
-1
/
+1
|
\
|
*
[NET]: drop duplicate assignment in request_sock
Norbert Kiesel
2006-03-26
1
-1
/
+1
*
|
[PATCH] Notifier chain update: API changes
Alan Stern
2006-03-27
1
-8
/
+9
|
/
*
[IPV4]: Aggregate route entries with different TOS values
Ilia Sotnikov
2006-03-25
1
-1
/
+1
*
[NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms.
David S. Miller
2006-03-24
1
-1
/
+1
*
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
2006-03-23
1
-1
/
+11
|
\
|
*
[PATCH] WE-20 for kernel 2.6.16
Jean Tourrilhes
2006-03-23
1
-1
/
+11
*
|
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
2006-03-22
2
-0
/
+386
|
\
|
|
*
[PATCH] softmac: add copyright and license headers
Johannes Berg
2006-03-22
2
-0
/
+54
|
*
[PATCH] softmac: convert to use global workqueue
Johannes Berg
2006-03-22
1
-3
/
+0
|
*
[PATCH] wireless: Add softmac layer to the kernel
Johannes Berg
2006-03-22
2
-0
/
+335
[next]