summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* macvlan: delay the header check for dodgy packets into lower deviceJason Wang2014-11-291-2/+3
* sky2: Fix crash inside sky2_rx_cleanMirko Lindner2014-11-261-1/+3
* ipvlan: fix sparse warningsMahesh Bandewar2014-11-261-2/+3
* Merge branch 'bcmgenet_eee'David S. Miller2014-11-262-0/+130
|\
| * net: bcmgenet: support restarting auto-negotiationFlorian Fainelli2014-11-261-0/+8
| * net: bcmgenet: add EEE supportFlorian Fainelli2014-11-262-0/+100
| * net: bcmgenet: add register definitions for EEEFlorian Fainelli2014-11-261-0/+22
|/
* Merge branch 'tipc-next'David S. Miller2014-11-2618-740/+496
|\
| * tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-268-175/+203
| * tipc: use generic SKB list APIs to manage link receive queueYing Xue2014-11-262-50/+37
| * tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-265-69/+47
| * tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-265-176/+153
| * tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue2014-11-261-6/+6
| * tipc: remove unused between routineYing Xue2014-11-261-9/+0
| * tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-264-8/+5
| * tipc: clean up the process of link pushing packetsYing Xue2014-11-263-42/+24
| * tipc: remove retransmission queueYing Xue2014-11-262-38/+1
| * tipc: remove protocol message queueYing Xue2014-11-262-24/+0
| * tipc: remove node subscription infrastructureYing Xue2014-11-269-179/+56
|/
* ipv6: Remove unnecessary testzhuyj2014-11-261-4/+2
* Merge branch 'remcsum_adjust'David S. Miller2014-11-262-67/+33
|\
| * gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17
| * net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert2014-11-261-0/+16
|/
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2014-11-261-5/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-2568-466/+343
|\
| * rds: switch rds_message_copy_from_user() to iov_iterAl Viro2014-11-243-33/+16
| * rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-249-120/+47
| * [atm] switch vcc_sendmsg() to copy_from_iter()Al Viro2014-11-241-11/+6
| * vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2014-11-243-13/+13
| * tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro2014-11-243-9/+8
| * tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro2014-11-241-4/+4
| * switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-244-17/+19
| * switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-244-95/+18
| * kill zerocopy_sg_from_iovec()Al Viro2014-11-242-65/+2
| * {macvtap,tun}_get_user(): switch to iov_iterAl Viro2014-11-242-43/+45
| * new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-242-0/+119
| * switch macvtap to ->read_iter()Al Viro2014-11-241-34/+27
| * switch drivers/net/tun.c to ->read_iter()Al Viro2014-11-241-25/+15
| * new helper: memcpy_to_msg()Al Viro2014-11-249-9/+13
| * switch ipxrtr_route_packet() from iovec to msghdrAl Viro2014-11-243-5/+4
| * new helper: memcpy_from_msg()Al Viro2014-11-2436-57/+57
| * new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-244-5/+9
* | net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-11-251-3/+1
* | cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai2014-11-255-263/+210
* | net/smsc911x: Add minimal runtime PM supportGeert Uytterhoeven2014-11-241-0/+10
* | tipc: add tipc_netlink.h to uapi KbuildRichard Alpe2014-11-241-0/+1
* | rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-241-7/+20
* | tc_vlan: fix type of tcfv_push_vidJiri Pirko2014-11-241-1/+1
* | tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-246-21/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-2438-156/+636
|\ \