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-10-05
ipvs: Use frag walker helper in SCTP proto support.
David S. Miller
1
-9
/
+10
2010-10-05
net: dynamic ingress_queue allocation
Eric Dumazet
3
-26
/
+62
2010-10-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
14
-37
/
+97
2010-10-03
net: introduce DST_NOCACHE flag
Eric Dumazet
2
-1
/
+4
2010-10-03
sctp: Fix break indentation in sctp_ioctl().
David S. Miller
1
-1
/
+1
2010-10-03
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
14
-194
/
+272
2010-10-03
sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()
Dan Rosenberg
1
-2
/
+6
2010-10-03
sctp: prevent reading out-of-bounds memory
Dan Rosenberg
1
-1
/
+12
2010-10-03
ipv4: correct IGMP behavior on v3 query during v2-compatibility mode
David Stevens
1
-1
/
+13
2010-10-03
ipmr: cleanups
Eric Dumazet
1
-114
/
+124
2010-10-03
ipmr: RCU protection for mfc_cache_array
Eric Dumazet
1
-40
/
+47
2010-10-03
ipmr: RCU conversion of mroute_sk
Eric Dumazet
1
-42
/
+49
2010-10-03
ipmr: __pim_rcv() is called under rcu_read_lock
Eric Dumazet
1
-6
/
+4
2010-10-03
gre: protocol table can be static
stephen hemminger
1
-1
/
+1
2010-10-03
Revert "ipv4: Make INET_LRO a bool instead of tristate."
Ben Hutchings
1
-1
/
+1
2010-10-03
net: Fix the condition passed to sk_wait_event()
Nagendra Tomar
1
-4
/
+4
2010-10-03
net: Fix IPv6 PMTU disc. w/ asymmetric routes
Maciej Żenczykowski
1
-4
/
+24
2010-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
14
-194
/
+272
2010-09-30
ipv4: rcu conversion in ip_route_output_slow
Eric Dumazet
1
-26
/
+12
2010-09-30
ipv4: introduce __ip_dev_find()
Eric Dumazet
1
-13
/
+19
2010-09-30
vlan: dont drop packets from unknown vlans in promiscuous mode
Eric Dumazet
1
-4
/
+10
2010-09-30
ipv4: __mkroute_output() speedup
Eric Dumazet
1
-18
/
+15
2010-09-30
Phonet: restore flow control credits when sending fails
Rémi Denis-Courmont
1
-2
/
+8
2010-09-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-4
/
+0
2010-09-29
ip_gre: comments change
Eric Dumazet
1
-4
/
+4
2010-09-29
tcp: tcp_enter_quickack_mode can be static
stephen hemminger
1
-1
/
+1
2010-09-29
arp: remove unnecessary export of arp_broken_ops
stephen hemminger
1
-2
/
+1
2010-09-29
Phonet: Correct header retrieval after pskb_may_pull
Kumar Sanghvi
1
-1
/
+2
2010-09-29
net: rename netdev rx_queue to ingress_queue
Eric Dumazet
3
-15
/
+15
2010-09-29
ip6tnl: percpu stats accounting
Eric Dumazet
1
-16
/
+77
2010-09-29
ipip: enable lockless xmits
Eric Dumazet
1
-0
/
+1
2010-09-29
ip_gre: lockless xmit
Eric Dumazet
1
-0
/
+4
2010-09-29
sit: enable lockless xmits
Eric Dumazet
1
-0
/
+1
2010-09-29
sit: fix percpu stats accounting
Eric Dumazet
1
-3
/
+11
2010-09-29
ipip: fix percpu stats accounting
Eric Dumazet
1
-3
/
+10
2010-09-29
net: add a recursion limit in xmit path
Eric Dumazet
1
-1
/
+11
2010-09-28
ipv6: Implement Any-IP support for IPv6.
Maciej Żenczykowski
1
-1
/
+9
2010-09-28
ipv4: Allow configuring subnets as local addresses
Tom Herbert
2
-5
/
+5
2010-09-28
ip_gre: Fix dependencies wrt. ipv6.
David S. Miller
1
-0
/
+1
2010-09-28
net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()
Damian Lukowski
1
-10
/
+14
2010-09-28
mac80211: Fix WMM driver queue configuration
Juuso Oikarinen
1
-8
/
+8
2010-09-28
cfg80211: always set IBSS basic rates
Johannes Berg
2
-17
/
+19
2010-09-28
mac80211: fix offchannel assumption upon association
Luis R. Rodriguez
1
-1
/
+2
2010-09-27
8021q: Use netif_copy_real_num_queues() to set queue counts
Ben Hutchings
1
-1
/
+1
2010-09-27
net: Allow changing number of RX queues after device allocation
Ben Hutchings
3
-18
/
+63
2010-09-27
net: sk_{detach|attach}_filter() rcu fixes
Eric Dumazet
1
-6
/
+4
2010-09-27
fib: use atomic_inc_not_zero() in fib_rules_lookup
Eric Dumazet
1
-3
/
+5
2010-09-27
sit: percpu stats accounting
Eric Dumazet
1
-18
/
+64
2010-09-27
ipip: percpu stats accounting
Eric Dumazet
1
-34
/
+93
2010-09-27
ip_gre: percpu stats accounting
Eric Dumazet
1
-39
/
+104
[next]