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