index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
1
-3
/
+4
2008-01-28
[NETNS]: Consolidate kernel netlink socket destruction.
Denis V. Lunev
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protos
Patrick McHardy
4
-27
/
+1
2008-01-28
[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protos
Patrick McHardy
2
-10
/
+0
2008-01-28
[NETFILTER]: nf_conntrack: clean up a few header files
Patrick McHardy
1
-3
/
+2
2008-01-28
[NETFILTER]: kill nf_sysctl.c
Patrick McHardy
3
-26
/
+9
2008-01-28
[NETFILTER]: nf_conntrack_sctp: remove timeout indirection
Patrick McHardy
1
-33
/
+24
2008-01-28
[NETFILTER]: nf_conntrack_sctp: replace magic value by symbolic constant
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_conntrack_sctp: don't take sctp_lock once per chunk
Patrick McHardy
1
-3
/
+2
2008-01-28
[NETFILTER]: nf_conntrack_sctp: rename "newconntrack" variable
Patrick McHardy
1
-21
/
+21
2008-01-28
[NETFILTER]: nf_conntrack_sctp: consolidate sctp_packet() error paths
Patrick McHardy
1
-26
/
+20
2008-01-28
[NETFILTER]: nf_conntrack_sctp: reduce line length further
Patrick McHardy
1
-11
/
+12
2008-01-28
[NETFILTER]: nf_conntrack_sctp: reduce line length
Patrick McHardy
1
-22
/
+21
2008-01-28
[NETFILTER]: nf_conntrack_sctp: use proper types for bitops
Patrick McHardy
1
-12
/
+12
2008-01-28
[NETFILTER]: nf_conntrack_sctp: basic cleanups
Patrick McHardy
1
-68
/
+72
2008-01-28
[NETFILTER]: nf_conntrack_tcp: remove timeout indirection
Patrick McHardy
1
-39
/
+28
2008-01-28
[NETFILTER]: nf_conntrack_{tcp,sctp}: shrink state table
Patrick McHardy
2
-2
/
+2
2008-01-28
[NETFILTER]: nf_conntrack_{tcp,sctp}: mark state table const
Patrick McHardy
2
-2
/
+2
2008-01-28
[NETFILTER]: xt_iprange match, revision 1
Jan Engelhardt
1
-9
/
+113
2008-01-28
[NETFILTER]: Rename ipt_iprange to xt_iprange
Jan Engelhardt
3
-0
/
+88
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
41
-38
/
+41
2008-01-28
[NETFILTER]: xt_policy: use the new union nf_inet_addr
Jan Engelhardt
1
-7
/
+8
2008-01-28
[NETFILTER]: xt_pkttype: IPv6 multicast address recognition
Jan Engelhardt
1
-7
/
+11
2008-01-28
[NETFILTER]: xt_pkttype: Add explicit check for IPv4
Jan Engelhardt
1
-1
/
+2
2008-01-28
[NETFILTER]: xt_mark match, revision 1
Jan Engelhardt
1
-20
/
+52
2008-01-28
[NETFILTER]: xt_conntrack match, revision 1
Jan Engelhardt
1
-25
/
+182
2008-01-28
[NETFILTER]: xt_connmark match, revision 1
Jan Engelhardt
1
-17
/
+71
2008-01-28
[NETFILTER]: xt_MARK target, revision 2
Jan Engelhardt
1
-22
/
+52
2008-01-28
[NETFILTER]: xt_CONNMARK target, revision 1
Jan Engelhardt
1
-20
/
+97
2008-01-28
[NETFILTER]: xt_TOS: Properly set the TOS field
Jan Engelhardt
1
-2
/
+2
2008-01-28
[NETFILTER]: xt_TOS: Change semantic of mask value
Jan Engelhardt
1
-1
/
+1
2008-01-28
[NETFILTER]: Remove some EXPERIMENTAL dependencies
Patrick McHardy
1
-12
/
+12
2008-01-28
[NETFILTER]: Hide a few more options under NETFILTER_ADVANCED
Patrick McHardy
1
-0
/
+2
2008-01-28
[NETFILTER] xt_policy.c: kill some bloat
Ilpo Järvinen
1
-1
/
+1
2008-01-28
[NETFILTER]: Use the ctl paths instead of hand-made analogue
Pavel Emelyanov
2
-121
/
+13
2008-01-28
[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules
Pavel Emelyanov
1
-9
/
+6
2008-01-28
[NETFILTER]: Kill some supper dupper bloatry
Ilpo Järvinen
1
-6
/
+6
2008-01-28
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
Patrick McHardy
1
-6
/
+65
2008-01-28
[NETFILTER]: non-power-of-two jhash optimizations
Patrick McHardy
2
-4
/
+6
2008-01-28
[NETFILTER]: xt_hashlimit: reduce overhead without IPv6
Eric Dumazet
1
-3
/
+17
2008-01-28
[NETFILTER]: xt_hashlimit: speedup hash_dst()
Eric Dumazet
1
-1
/
+10
2008-01-28
[NETFILTER]: xt_connlimit: use the new union nf_inet_addr
Jan Engelhardt
1
-4
/
+3
2008-01-28
[NETFILTER]: Parenthesize macro parameters
Jan Engelhardt
6
-12
/
+13
2008-01-28
[NETFILTER]: Introduce nf_inet_address
Jan Engelhardt
5
-34
/
+34
2008-01-28
[NETFILTER]: x_tables: use %u format specifiers
Jan Engelhardt
7
-7
/
+7
2008-01-28
[NETFILTER]: constify nf_afinfo
Patrick McHardy
3
-6
/
+6
2008-01-28
[NETFILTER]: nfnetlink_log: include GID in netlink message
Patrick McHardy
1
-0
/
+3
2008-01-28
[NETFILTER]: nfnetlink_log: use endianness-aware attribute functions
Patrick McHardy
1
-52
/
+35
2008-01-28
[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create
Patrick McHardy
2
-12
/
+23
2008-01-28
[NETFILTER]: nfnetlink_log: remove excessive debugging
Patrick McHardy
1
-45
/
+0
[next]