summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-30SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee1-0/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2-21/+0
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-25/+33
2014-03-30NFSD: Free backchannel xprt in bc_destroyKinglong Mee1-0/+4
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-122/+257
2014-03-30ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen1-15/+15
2014-03-30ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen1-8/+10
2014-03-30ipv6: fix checkpatch errors comments and spaceWang Yufen1-14/+12
2014-03-30netpoll: Respect NETIF_F_LLTXEric W. Biederman1-5/+5
2014-03-30netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman1-2/+2
2014-03-30netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2-8/+8
2014-03-30netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman1-9/+4
2014-03-30netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman1-25/+36
2014-03-30netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman5-19/+17
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-03-29rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields1-6/+16
2014-03-29SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee1-8/+11
2014-03-29svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton1-0/+1
2014-03-29xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton3-16/+30
2014-03-29Fix regression in NFSRDMA serverTom Tucker2-8/+5
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-29bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2-5/+11
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-29net: net: add a core netdev->tx_dropped counterEric Dumazet1-0/+2
2014-03-29packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-29tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-29openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-29bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-29bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne3-16/+10
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne2-0/+9
2014-03-28net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-03-28svcrdma: fix printk when memory allocation failsJeff Layton1-2/+1
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss3-10/+32
2014-03-27hsr: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2-36/+55
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich2-2/+5
2014-03-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-77/+106
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue4-21/+31
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue3-35/+35
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue2-4/+6
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue4-12/+5
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue3-15/+38
2014-03-27tipc: acquire necessary locks in named_cluster_distribute routineYing Xue1-3/+11
2014-03-27tipc: obsolete the remote management featureYing Xue5-121/+3