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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-15
netfilter: iptables: remove unused function arguments
Jan Engelhardt
2
-14
/
+6
2010-02-15
netfilter: xt_recent: inform user when hitcount is too large
Jan Engelhardt
1
-2
/
+6
2010-02-14
mac80211: Fix error introduced in netdev_mc_count() changes.
David S. Miller
1
-1
/
+1
2010-02-14
net: Fix first line of kernel-doc for a few functions
Ben Hutchings
1
-1
/
+1
2010-02-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-5
/
+6
2010-02-14
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
20
-636
/
+847
2010-02-14
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-0
/
+3
2010-02-12
rtnetlink: Add VF config code to rtnetlink
Williams, Mitch A
1
-0
/
+67
2010-02-12
udp: remove redundant variable
Gerrit Renker
2
-16
/
+14
2010-02-12
dccp: support for passing MSG_TRUNC
Gerrit Renker
1
-0
/
+2
2010-02-12
xfrm: validate attributes
jamal
1
-0
/
+4
2010-02-12
IPv6: remove trivial nested _bh suffix
stephen hemminger
1
-10
/
+11
2010-02-12
IPv6: keep permanent addresses on admin down
stephen hemminger
1
-11
/
+24
2010-02-12
ipv6: fib: fix crash when changing large fib while dumping it
Patrick McHardy
1
-2
/
+27
2010-02-12
mac80211: fix handling of null-rate control in rate_control_get_rate
Juuso Oikarinen
1
-0
/
+3
2010-02-12
dccp: allow probing of CCID-array length
Gerrit Renker
1
-5
/
+4
2010-02-12
inet: Remove bogus IGMPv3 report handling
Herbert Xu
1
-1
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
4
-6
/
+9
2010-02-12
netfilter: don't use INIT_RCU_HEAD()
Alexey Dobriyan
3
-3
/
+0
2010-02-11
ethtool: Use explicit designated initializers for .cmd
Roland Dreier
1
-5
/
+5
2010-02-11
netfilter: xtables: fix mangle tables
Alexey Dobriyan
2
-2
/
+6
2010-02-11
netfilter: nf_conntrack_sip: add T.38 FAX support
Patrick McHardy
1
-5
/
+23
2010-02-11
netfilter: nf_nat_sip: add TCP support
Patrick McHardy
2
-6
/
+57
2010-02-11
netfilter: nf_nat: support mangling a single TCP packet multiple times
Patrick McHardy
1
-16
/
+23
2010-02-11
netfilter: nf_conntrack_sip: add TCP support
Patrick McHardy
2
-30
/
+177
2010-02-11
netfilter: nf_conntrack_sip: pass data offset to NAT functions
Patrick McHardy
2
-88
/
+95
2010-02-11
netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing
Patrick McHardy
1
-3
/
+4
2010-02-11
netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect
Patrick McHardy
2
-0
/
+12
2010-02-11
netfilter: ctnetlink: dump expectation helper name
Patrick McHardy
1
-0
/
+4
2010-02-10
ethtool: Introduce n-tuple filter programming support
Peter P Waskiewicz Jr
2
-1
/
+333
2010-02-10
tcp: fix ICMP-RTO war
Damian Lukowski
1
-4
/
+2
2010-02-10
mac80211: Deny TX BA session requests during disassociation
Sujith
3
-1
/
+15
2010-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-9
/
+11
2010-02-10
net: atm: use seq_list_foo() helpers
Li Zefan
2
-17
/
+3
2010-02-10
net: ipx: use seq_list_foo() helpers
Li Zefan
1
-78
/
+12
2010-02-10
net: irda: use seq_list_foo() helpers
Li Zefan
1
-24
/
+4
2010-02-10
net: x25: use seq_list_foo() helpers
Li Zefan
1
-76
/
+8
2010-02-10
net: af_key: use seq_hlist_foo() helpers
Li Zefan
1
-17
/
+3
2010-02-10
net: appletalk: use seq_hlist_foo() helpers
Li Zefan
1
-27
/
+3
2010-02-10
net: ax25: use seq_hlist_foo() helpers
Li Zefan
2
-36
/
+7
2010-02-10
net: netrom: use seq_hlist_foo() helpers
Li Zefan
2
-62
/
+12
2010-02-10
net: packet: use seq_hlist_foo() helpers
Li Zefan
1
-17
/
+3
2010-02-10
net: rose: use seq_hlist_foo() helpers
Li Zefan
1
-19
/
+3
2010-02-10
net: x25: use seq_hlist_foo() helpers
Li Zefan
1
-27
/
+3
2010-02-10
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
15
-825
/
+341
2010-02-10
netfilter: xtables: generate initial table on-demand
Jan Engelhardt
15
-334
/
+138
2010-02-10
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
10
-250
/
+117
2010-02-10
netfilter: xtables: compact table hook functions (2/2)
Jan Engelhardt
7
-59
/
+36
2010-02-10
netfilter: xtables: compact table hook functions (1/2)
Jan Engelhardt
9
-258
/
+126
2010-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
25
-132
/
+162
[prev]
[next]