index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
packet
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-09
[IPV6]: Fix fallout from CONFIG_IPV6_PRIVACY
Peter Chubb
1
-1
/
+2
2005-11-09
[NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.
Krzysztof Piotr Oledzki
1
-1
/
+1
2005-11-09
[NETFILTER] ctnetlink: Fix oops when no ICMP ID info in message
Krzysztof Piotr Oledzki
1
-1
/
+2
2005-11-09
[NETFILTER] ctnetlink: Add support to identify expectations by ID's
Pablo Neira Ayuso
1
-0
/
+8
2005-11-09
[NETFILTER] ctnetlink: propagate error instaed of returning -EPERM
Pablo Neira Ayuso
1
-1
/
+1
2005-11-09
[NETFILTER] ctnetlink: return -EINVAL if size is wrong
Pablo Neira Ayuso
1
-1
/
+1
2005-11-09
[NETFILTER]: stop tracking ICMP error at early point
Yasuyuki Kozakai
1
-5
/
+5
2005-11-09
[NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set
Harald Welte
1
-7
/
+10
2005-11-09
[NETFILTER] PPTP helper: fix PNS-PAC expectation call id
Philip Craig
1
-2
/
+26
2005-11-09
[NETFILTER] ctnetlink: get_conntrack can use GFP_KERNEL
Pablo Neira Ayuso
1
-1
/
+1
2005-11-09
[NETFILTER] ctnetlink: kill unused includes
Pablo Neira Ayuso
1
-3
/
+0
2005-11-09
[NETFILTER] ctnetlink: add module alias to fix autoloading
Pablo Neira Ayuso
1
-0
/
+2
2005-11-09
[NETFILTER] ctnetlink: add marking support from userspace
Pablo Neira Ayuso
1
-0
/
+10
2005-11-09
[NETFILTER] ctnetlink: check if protoinfo is present
Pablo Neira Ayuso
1
-0
/
+5
2005-11-09
[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void
Harald Welte
4
-46
/
+11
2005-11-09
[NETFILTER]: refcount leak of proto when ctnetlink dumping tuple
Yasuyuki Kozakai
1
-3
/
+6
2005-11-09
[NETFILTER]: packet counter of conntrack is 32bits
Yasuyuki Kozakai
1
-1
/
+1
2005-11-09
Fix ptrace self-attach rule
Linus Torvalds
1
-1
/
+1
2005-11-09
[PATCH] fs/hugetlbfs/inode.c: make a function static
Adrian Bunk
1
-1
/
+1
2005-11-09
[PATCH] drivers/message/fusion/mptbase.c: make code static
Adrian Bunk
2
-6
/
+2
2005-11-09
[PATCH] drivers/char/sysrq.c: make two functions static
Adrian Bunk
1
-2
/
+2
2005-11-09
[PATCH] fs/namei.c: make path_lookup_create() static
Adrian Bunk
1
-2
/
+3
2005-11-09
[PATCH] md: document sysfs usage of md, and make a couple of small refinements
NeilBrown
2
-1
/
+122
2005-11-09
[PATCH] md: improve 'scan_mode' and rename it to 'sync_action'
NeilBrown
1
-19
/
+28
2005-11-09
[PATCH] md: complete conversion of md to use kthreads
NeilBrown
2
-25
/
+10
2005-11-09
[PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful
NeilBrown
1
-0
/
+3
2005-11-09
[PATCH] md: only try to print recovery/resync status for personalities that support recovery
NeilBrown
1
-7
/
+9
2005-11-09
[PATCH] md: split off some md attributes in sysfs to a separate group
NeilBrown
1
-0
/
+14
2005-11-09
[PATCH] md: fix some locking and module refcounting issues with md's use of sysfs
NeilBrown
2
-46
/
+46
2005-11-09
[PATCH] md: make sure a user-request sync of raid5 ignores intent bitmap
NeilBrown
1
-0
/
+1
2005-11-09
[PATCH] md: make manual repair work for raid1
NeilBrown
1
-4
/
+6
2005-11-09
[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices
NeilBrown
1
-1
/
+6
2005-11-09
[PATCH] md: allow md arrays to be started read-only (module parameter).
NeilBrown
1
-8
/
+51
2005-11-09
[PATCH] md: Remove attempt to use dynamic names in sysfs for component devices on an MD array.
NeilBrown
1
-34
/
+6
2005-11-09
[PATCH] md: support BIO_RW_BARRIER for md/raid1
NeilBrown
6
-62
/
+189
2005-11-09
[PATCH] md: make md on-disk bitmaps not host-endian
NeilBrown
4
-8
/
+31
2005-11-09
[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' field
NeilBrown
8
-144
/
+146
2005-11-09
[PATCH] md: improvements to raid5 handling of read errors
NeilBrown
3
-8
/
+21
2005-11-09
[PATCH] md: change raid5 sysfs attribute to not create a new directory
NeilBrown
4
-64
/
+22
2005-11-09
[PATCH] md: minor MD fixes
NeilBrown
1
-7
/
+7
2005-11-09
[PATCH] md: fix ref-counting problems with kobjects in md
NeilBrown
2
-3
/
+7
2005-11-09
[PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations in md
Suzanne Wood
5
-36
/
+38
2005-11-09
[PATCH] md: teach raid5 the difference between 'check' and 'repair'.
NeilBrown
3
-2
/
+25
2005-11-09
[PATCH] md: allow a manual resync with md
NeilBrown
2
-9
/
+72
2005-11-09
[PATCH] md: add kobject/sysfs support to raid5
NeilBrown
2
-32
/
+152
2005-11-09
[PATCH] md: extend md sysfs support to component devices.
NeilBrown
2
-8
/
+162
2005-11-09
[PATCH] md: initial sysfs support for md
NeilBrown
2
-1
/
+87
2005-11-09
[PATCH] md: better handling of readerrors with raid5.
NeilBrown
2
-5
/
+58
2005-11-09
[PATCH] drivers/video/vgastate.c: kill dead code
Adrian Bunk
1
-5
/
+0
2005-11-09
[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT
Adrian Bunk
1
-2
/
+0
[next]