index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hostfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-26
sky2: Fix crash inside sky2_rx_clean
Mirko Lindner
1
-1
/
+3
2014-11-26
ipvlan: fix sparse warnings
Mahesh Bandewar
1
-2
/
+3
2014-11-26
net: bcmgenet: support restarting auto-negotiation
Florian Fainelli
1
-0
/
+8
2014-11-26
net: bcmgenet: add EEE support
Florian Fainelli
2
-0
/
+100
2014-11-26
net: bcmgenet: add register definitions for EEE
Florian Fainelli
1
-0
/
+22
2014-11-26
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
Ying Xue
8
-175
/
+203
2014-11-26
tipc: use generic SKB list APIs to manage link receive queue
Ying Xue
2
-50
/
+37
2014-11-26
tipc: use generic SKB list APIs to manage deferred queue of link
Ying Xue
5
-69
/
+47
2014-11-26
tipc: use generic SKB list APIs to manage link transmission queue
Ying Xue
5
-176
/
+153
2014-11-26
tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine
Ying Xue
1
-6
/
+6
2014-11-26
tipc: remove unused between routine
Ying Xue
1
-9
/
+0
2014-11-26
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
Ying Xue
4
-8
/
+5
2014-11-26
tipc: clean up the process of link pushing packets
Ying Xue
3
-42
/
+24
2014-11-26
tipc: remove retransmission queue
Ying Xue
2
-38
/
+1
2014-11-26
tipc: remove protocol message queue
Ying Xue
2
-24
/
+0
2014-11-26
tipc: remove node subscription infrastructure
Ying Xue
9
-179
/
+56
2014-11-26
ipv6: Remove unnecessary test
zhuyj
1
-4
/
+2
2014-11-26
gue: Call remcsum_adjust
Tom Herbert
1
-67
/
+17
2014-11-26
net: Add remcsum_adjust as common function for remote checksum offload
Tom Herbert
1
-0
/
+16
2014-11-26
pkt_sched: fq: increase max delay from 125 ms to one second
Eric Dumazet
1
-5
/
+4
2014-11-25
net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-3
/
+1
2014-11-25
cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table
Hariprasad Shenai
5
-263
/
+210
2014-11-24
net/smsc911x: Add minimal runtime PM support
Geert Uytterhoeven
1
-0
/
+10
2014-11-24
tipc: add tipc_netlink.h to uapi Kbuild
Richard Alpe
1
-0
/
+1
2014-11-24
rhashtable: Check for count mismatch while iterating in selftest
Thomas Graf
1
-7
/
+20
2014-11-24
tc_vlan: fix type of tcfv_push_vid
Jiri Pirko
1
-1
/
+1
2014-11-24
tipc: fix sparse warnings in new nl api
Richard Alpe
6
-21
/
+29
2014-11-24
ipvlan: Initial check-in of the IPVLAN driver.
Mahesh Bandewar
9
-0
/
+1678
2014-11-24
8139too: The maximum MTU should allow for VLAN headers
Alban Bedel
1
-3
/
+4
2014-11-24
net: fec: init maximum receive buffer size for ring1 and ring2
Nimrod Andy
2
-5
/
+10
2014-11-24
rds: switch rds_message_copy_from_user() to iov_iter
Al Viro
3
-33
/
+16
2014-11-24
rds: switch ->inc_copy_to_user() to passing iov_iter
Al Viro
9
-120
/
+47
2014-11-24
[atm] switch vcc_sendmsg() to copy_from_iter()
Al Viro
1
-11
/
+6
2014-11-24
vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...
Al Viro
3
-13
/
+13
2014-11-24
tipc_msg_build(): pass msghdr instead of its ->msg_iov
Al Viro
3
-9
/
+8
2014-11-24
tipc_sendmsg(): pass msghdr instead of its ->msg_iov
Al Viro
1
-4
/
+4
2014-11-24
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
Al Viro
4
-17
/
+19
2014-11-24
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
4
-95
/
+18
2014-11-24
kill zerocopy_sg_from_iovec()
Al Viro
2
-65
/
+2
2014-11-24
{macvtap,tun}_get_user(): switch to iov_iter
Al Viro
2
-43
/
+45
2014-11-24
new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
Al Viro
2
-0
/
+119
2014-11-24
switch macvtap to ->read_iter()
Al Viro
1
-34
/
+27
2014-11-24
switch drivers/net/tun.c to ->read_iter()
Al Viro
1
-25
/
+15
2014-11-24
new helper: memcpy_to_msg()
Al Viro
9
-9
/
+13
2014-11-24
switch ipxrtr_route_packet() from iovec to msghdr
Al Viro
3
-5
/
+4
2014-11-24
new helper: memcpy_from_msg()
Al Viro
36
-57
/
+57
2014-11-24
new helper: skb_copy_and_csum_datagram_msg()
Al Viro
4
-5
/
+9
2014-11-24
enic: use netdev_rss_key_fill() helper
Eric Dumazet
2
-14
/
+19
2014-11-24
ipv6: coding style improvements (remove assignment in if statements)
Ian Morris
13
-33
/
+55
2014-11-23
enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)
Govindarajulu Varadarajan
1
-4
/
+3
[next]