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
2007-02-08
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
5
-0
/
+6
2007-02-08
[NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooks
Patrick McHardy
1
-22
/
+7
2007-02-08
[NETFILTER]: nf_nat: remove broken HOOKNAME macro
Patrick McHardy
1
-6
/
+0
2007-02-08
[NETFILTER]: Remove useless comparisons before assignments
Jan Engelhardt
6
-21
/
+9
2007-02-08
[NETFILTER]: tcp conntrack: do liberal tracking for picked up connections
Patrick McHardy
2
-50
/
+30
2007-02-08
[NETFILTER]: Add SANE connection tracking helper
Michal Schmidt
3
-0
/
+256
2007-02-08
[IRLAN]: handle out of memory errors
Akinobu Mita
1
-3
/
+20
2007-02-08
[IRDA]: handle out of memory errors
Akinobu Mita
1
-0
/
+40
2007-02-08
[NET]: unregister_netdevice as void
Stephen Hemminger
5
-12
/
+13
2007-02-08
[IPV6] RAW: Add checksum default defines for MH.
Masahide NAKAMURA
2
-28
/
+11
2007-02-08
[IPV4/IPV6] multicast: Check add_grhead() return value
Alexey Dobriyan
2
-0
/
+4
2007-02-08
[XFRM]: Fix missed error setting in xfrm4_policy.c
David S. Miller
1
-0
/
+1
2007-02-08
[IPSEC]: IPv4 over IPv6 IPsec tunnel
Miika Komu
2
-27
/
+65
2007-02-08
[IPSEC]: IPv6 over IPv4 IPsec tunnel
Miika Komu
2
-26
/
+77
2007-02-08
[IPSEC]: exporting xfrm_state_afinfo
Miika Komu
3
-5
/
+7
2007-02-08
[DCCP]: Warning fixes.
Andrew Morton
1
-2
/
+3
2007-02-08
[NET] net/wanrouter/wanmain.c: cleanups
Adrian Bunk
1
-9
/
+8
2007-02-08
[ATM]: Fix for crash in adummy_init()
Daniel Walker
1
-1
/
+2
2007-02-08
[NET]: user of the jiffies rounding code: Networking
Arjan van de Ven
3
-3
/
+13
2007-02-08
[TCP]: Don't apply FIN exception to full TSO segments.
John Heffner
1
-1
/
+2
2007-02-08
[TCP]: Check num sacks in SACK fast path
Baruch Even
1
-0
/
+5
2007-02-08
[TCP]: Seperate DSACK from SACK fast path
Baruch Even
1
-35
/
+31
2007-02-08
[TCP]: Advance fast path pointer for first block only
Baruch Even
1
-10
/
+24
2007-02-08
[PACKET]: Fix skb->cb clobbering between aux and sockaddr
Herbert Xu
1
-16
/
+30
2007-02-08
[PACKET]: Add optional checksum computation for recvmsg
Herbert Xu
1
-9
/
+48
2007-02-08
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
David S. Miller
11
-11
/
+11
2007-02-08
[TCP]: remove tcp header from tcp_v4_check (take #2)
Frederik Deweerdt
4
-9
/
+9
2007-02-08
[IPV6] ROUTE: Do not route packets to link-local address on other device.
YOSHIFUJI Hideaki
1
-5
/
+14
2007-02-08
[NETLINK]: Don't BUG on undersized allocations
Patrick McHardy
12
-85
/
+149
2007-02-08
[NET_SCHED] sch_prio: class statistics printing enabled
Jarek Poplawski
1
-0
/
+15
2007-02-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
6
-195
/
+226
2007-02-07
Network: convert network devices to use struct device instead of class_device
Greg Kroah-Hartman
6
-195
/
+226
2007-02-05
[PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate
John W. Linville
1
-0
/
+6
2007-02-02
[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_...
Adrian Bunk
1
-1
/
+1
2007-02-02
[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n
Patrick McHardy
2
-0
/
+4
2007-02-02
[NET_SCHED]: act_ipt: fix regression in ipt action
Patrick McHardy
1
-3
/
+5
2007-01-30
[NETFILTER]: xt_hashlimit: fix ip6tables dependency
Patrick McHardy
1
-1
/
+1
2007-01-30
[SCTP]: Force update of the rto when processing HB-ACK
Vlad Yasevich
1
-0
/
+6
2007-01-30
[IPV6]: fix BUG of ndisc_send_redirect()
Li Yewang
1
-0
/
+7
2007-01-30
[IPV6]: Fix up some CONFIG typos
Neil Horman
1
-2
/
+2
2007-01-30
[NETFILTER]: SIP conntrack: fix out of bounds memory access
Patrick McHardy
2
-2
/
+2
2007-01-30
[NETFILTER]: SIP conntrack: fix skipping over user info in SIP headers
Lars Immisch
2
-2
/
+14
2007-01-30
[NETFILTER]: xt_connbytes: fix division by zero
Patrick McHardy
1
-17
/
+12
2007-01-30
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...
NeilBrown
2
-21
/
+24
2007-01-26
[IPV4]: Fix single-entry /proc/net/fib_trie output.
Robert Olsson
1
-6
/
+7
2007-01-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-53
/
+75
2007-01-26
[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads
NeilBrown
1
-0
/
+2
2007-01-26
[PATCH] knfsd: fix setting of ACL server versions
NeilBrown
1
-1
/
+2
2007-01-26
[NETFILTER]: nf_conntrack_pptp: fix NAT setup of expected GRE connections
Patrick McHardy
1
-1
/
+1
2007-01-26
[NETFILTER]: nf_nat_pptp: fix expectation removal
Patrick McHardy
1
-2
/
+2
[next]