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
2015-02-05
tipc: eliminate race condition at multicast reception
Jon Paul Maloy
8
-59
/
+114
2015-02-05
tipc: simplify socket multicast reception
Jon Paul Maloy
6
-101
/
+84
2015-02-05
tipc: simplify connection abort notifications when links break
Jon Paul Maloy
1
-40
/
+29
2015-02-05
tipc: resolve race problem at unicast message reception
Jon Paul Maloy
11
-241
/
+372
2015-02-05
tipc: use existing sk_write_queue for outgoing packet chain
Jon Paul Maloy
1
-18
/
+13
2015-02-05
tipc: split up function tipc_msg_eval()
Jon Paul Maloy
3
-43
/
+48
2015-02-05
tipc: enqueue arrived buffers in socket in separate function
Jon Paul Maloy
1
-15
/
+31
2015-02-05
tipc: simplify message forwarding and rejection in socket layer
Jon Paul Maloy
1
-62
/
+58
2015-02-05
tipc: reduce usage of context info in socket and link
Jon Paul Maloy
10
-91
/
+98
2015-02-05
pktgen: fix UDP checksum computation
Sabrina Dubroca
1
-8
/
+8
2015-02-05
net: ipv6: allow explicitly choosing optimistic addresses
Erik Kline
2
-3
/
+20
2015-02-05
flowcache: Fix kernel panic in flow_cache_flush_task
Miroslav Urbanek
1
-1
/
+1
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-204
/
+274
2015-02-05
xprtrdma: Address sparse complaint in rpcr_to_rdmar()
Chuck Lever
1
-3
/
+4
2015-02-05
sit: fix some __be16/u16 mismatches
Eric Dumazet
1
-4
/
+4
2015-02-05
net: remove some sparse warnings
Eric Dumazet
1
-3
/
+3
2015-02-05
ip6_gre: fix endianness errors in ip6gre_err
Sabrina Dubroca
1
-2
/
+2
2015-02-04
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...
David S. Miller
1
-1
/
+1
2015-02-04
pkt_sched: fq: better control of DDOS traffic
Eric Dumazet
1
-2
/
+17
2015-02-04
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
15
-382
/
+192
2015-02-04
tcp: do not pace pure ack packets
Eric Dumazet
2
-3
/
+17
2015-02-04
netfilter: Use rhashtable walk iterator
Herbert Xu
1
-17
/
+36
2015-02-04
netlink: Use rhashtable walk iterator
Herbert Xu
1
-66
/
+64
2015-02-04
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
1
-3
/
+4
2015-02-04
pkt_sched: fq: avoid hang when quantum 0
Kenneth Klette Jonassen
1
-2
/
+8
2015-02-04
net/core: Add event for a change in slave state
Moni Shoua
2
-0
/
+21
2015-02-04
tipc: separate link starting event from link timeout event
Jon Paul Maloy
1
-1
/
+3
2015-02-04
tipc: eliminate race during node creation
Jon Paul Maloy
2
-13
/
+7
2015-02-04
tipc: avoid stale link after aborted failover
Jon Paul Maloy
2
-0
/
+5
2015-02-04
tipc: add reference count to struct tipc_link
Jon Paul Maloy
2
-31
/
+50
2015-02-04
net: rds: use correct size for max unacked packets and bytes
Sasha Levin
1
-2
/
+2
2015-02-04
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...
David S. Miller
32
-160
/
+1325
2015-02-04
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
9
-165
/
+532
2015-02-04
net: add skb functions to process remote checksum offload
Tom Herbert
1
-16
/
+2
2015-02-04
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...
Siva Mannem
1
-1
/
+1
2015-02-04
xps: fix xps for stacked devices
Eric Dumazet
2
-1
/
+10
2015-02-04
NFC: nci: Move NFCEE discovery logic
Christophe Ricard
1
-1
/
+7
2015-02-04
NFC: nci: Move logical connection structure allocation
Christophe Ricard
3
-26
/
+34
2015-02-04
NFC: nci: Change credits field to credits_cnt
Christophe Ricard
1
-1
/
+1
2015-02-04
NFC: nci: Support all destinations type when creating a connection
Christophe Ricard
1
-15
/
+33
2015-02-04
NFC: nci: Add reference to the RF logical connection
Christophe Ricard
3
-7
/
+5
2015-02-03
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
3
-21
/
+44
2015-02-04
net: switch sockets to ->read_iter/->write_iter
Al Viro
1
-29
/
+27
2015-02-04
net/socket.c: fold do_sock_{read,write} into callers
Al Viro
1
-35
/
+21
2015-02-04
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
2
-138
/
+1
2015-02-04
tipc: tipc ->sendmsg() conversion
Al Viro
2
-7
/
+14
2015-02-04
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
5
-14
/
+12
2015-02-04
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
3
-131
/
+115
2015-02-04
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
2
-6
/
+4
2015-02-04
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...
Al Viro
1
-3
/
+0
[prev]
[next]