aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/parisc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-25net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai5-263/+210
2014-11-24net/smsc911x: Add minimal runtime PM supportGeert Uytterhoeven1-0/+10
2014-11-24tipc: add tipc_netlink.h to uapi KbuildRichard Alpe1-0/+1
2014-11-24rhashtable: Check for count mismatch while iterating in selftestThomas Graf1-7/+20
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko1-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe6-21/+29
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar9-0/+1678
2014-11-248139too: The maximum MTU should allow for VLAN headersAlban Bedel1-3/+4
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2-5/+10
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro3-33/+16
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro9-120/+47
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro1-11/+6
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro3-13/+13
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro3-9/+8
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro1-4/+4
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro4-17/+19
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro4-95/+18
2014-11-24kill zerocopy_sg_from_iovec()Al Viro2-65/+2
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro2-43/+45
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2-0/+119
2014-11-24switch macvtap to ->read_iter()Al Viro1-34/+27
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro1-25/+15
2014-11-24new helper: memcpy_to_msg()Al Viro9-9/+13
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro3-5/+4
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro4-5/+9
2014-11-23enic: use netdev_rss_key_fill() helperEric Dumazet2-14/+19
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris13-33/+55
2014-11-23enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)Govindarajulu Varadarajan1-4/+3
2014-11-23enic: use napi_schedule_irqoff()Govindarajulu Varadarajan1-7/+5
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet4-5/+10
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai10-181/+282
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai8-232/+374
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai6-343/+684
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai9-228/+327
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai4-337/+337
2014-11-22i40e: enable fdb add code, remove unused codeJesse Brandeburg1-63/+8
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki2-37/+80
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki1-0/+6
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki2-24/+39
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki1-4/+7
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran1-0/+19
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas4-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas2-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas3-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas4-46/+54