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-04-20
net: emphasize rtnl lock required in call_netdevice_notifiers
Jiri Pirko
1
-0
/
+1
2010-04-20
rps: consistent rxhash
Eric Dumazet
1
-7
/
+18
2010-04-20
rps: cleanups
Eric Dumazet
1
-69
/
+80
2010-04-19
rps: static functions
Eric Dumazet
1
-2
/
+2
2010-04-19
mac80211: add missing newline
Johannes Berg
1
-1
/
+1
2010-04-19
mac80211: Prevent running sta_cleanup timer unnecessarily
Juuso Oikarinen
2
-3
/
+17
2010-04-19
mac80211: fix stopping RX BA session from timer
Johannes Berg
1
-5
/
+13
2010-04-19
mac80211: pass HT changes to driver when off channel
Reinette Chatre
1
-0
/
+2
2010-04-19
mac80211: remove bogus TX agg state assignment
Johannes Berg
1
-1
/
+0
2010-04-19
rps: shortcut net_rps_action()
Eric Dumazet
1
-47
/
+32
2010-04-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
5
-7
/
+11
2010-04-18
net: Introduce skb_orphan_try()
Eric Dumazet
1
-14
/
+13
2010-04-18
net: remove time limit in process_backlog()
Eric Dumazet
1
-3
/
+2
2010-04-17
rps: rps_sock_flow_table is mostly read
Eric Dumazet
1
-1
/
+1
2010-04-16
rfs: Receive Flow Steering
Tom Herbert
6
-28
/
+283
2010-04-16
packet : remove init_net restriction
Daniel Lezcano
1
-2
/
+0
2010-04-16
cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL e...
Nishant Sarmukadam
1
-6
/
+10
2010-04-15
ipv6: fix the comment of ip6_xmit()
Shan Wei
1
-1
/
+1
2010-04-15
net: replace ipfragok with skb->local_df
Shan Wei
11
-15
/
+16
2010-04-15
ipv6: cancel to setting local_df in ip6_xmit()
Shan Wei
1
-4
/
+0
2010-04-15
net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4
Joe Perches
1
-2
/
+2
2010-04-15
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
29
-218
/
+658
2010-04-15
ip: Fix ip_dev_loopback_xmit()
Eric Dumazet
2
-2
/
+2
2010-04-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2
-3
/
+9
2010-04-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
29
-218
/
+658
2010-04-15
ipv4: ipmr: fix NULL pointer deref during unres queue destruction
Patrick McHardy
1
-1
/
+5
2010-04-15
ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry
Patrick McHardy
1
-1
/
+3
2010-04-15
ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies
Patrick McHardy
1
-1
/
+1
2010-04-15
net: dev_pick_tx() fix
Eric Dumazet
1
-2
/
+6
2010-04-15
net: netif_rx() must disable preemption
Eric Dumazet
1
-10
/
+15
2010-04-14
fib: suppress lockdep-RCU false positive in FIB trie.
Eric Dumazet
1
-1
/
+3
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-13
ipv4: ipmr: support multiple tables
Patrick McHardy
2
-61
/
+352
2010-04-13
ipv4: ipmr: move mroute data into seperate structure
Patrick McHardy
1
-170
/
+199
2010-04-13
ipv4: ipmr: convert struct mfc_cache to struct list_head
Patrick McHardy
1
-64
/
+61
2010-04-13
ipv4: ipmr: remove net pointer from struct mfc_cache
Patrick McHardy
1
-33
/
+32
2010-04-13
ipv4: ipmr: move unres_queue and timer to per-namespace data
Patrick McHardy
1
-41
/
+29
2010-04-13
net: fib_rules: decouple address families from real address families
Patrick McHardy
4
-8
/
+13
2010-04-13
net: fib_rules: set family in fib_rule_hdr centrally
Patrick McHardy
4
-3
/
+1
2010-04-13
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
Patrick McHardy
3
-36
/
+20
2010-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
11
-28
/
+125
2010-04-13
dst: don't inline dst_ifdown
stephen hemminger
1
-2
/
+2
2010-04-13
net: uninline skb_bond_should_drop()
Eric Dumazet
1
-0
/
+49
2010-04-13
can: avoids a false warning
Eric Dumazet
1
-1
/
+1
2010-04-13
IPv6: only notify protocols if address is compeletely gone
stephen hemminger
1
-1
/
+3
2010-04-13
ipv6: additional ref count for hash list unnecessary
stephen hemminger
1
-3
/
+0
2010-04-13
IPv6: keep tentative addresses in hash table
stephen hemminger
1
-7
/
+8
2010-04-13
IPv6: keep route for tentative address
stephen hemminger
1
-1
/
+2
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
8
-27
/
+28
2010-04-13
net: Dont use netdev_warn()
Eric Dumazet
1
-6
/
+6
[prev]
[next]