summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-01-242-43/+47
|\
| * 9p: trans_fd, bail out if recv fcall if missingDominique Martinet2015-11-141-7/+6
| * 9p: trans_fd, read rework to use p9_parse_headerDominique Martinet2015-11-141-35/+40
| * net/9p: Add device name details on errorAneesh Kumar K.V2015-11-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-244-51/+109
|\ \
| * | libceph: remove outdated commentIlya Dryomov2016-01-211-4/+0
| * | libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov2016-01-212-5/+2
| * | libceph: invalidate AUTH in addition to a service ticketIlya Dryomov2016-01-211-2/+14
| * | libceph: fix authorizer invalidation, take 2Ilya Dryomov2016-01-212-5/+23
| * | libceph: clear messenger auth_retry flag if we faultIlya Dryomov2016-01-211-3/+7
| * | libceph: fix ceph_msg_revoke()Ilya Dryomov2016-01-211-18/+58
| * | libceph: use list_for_each_entry_safeGeliang Tang2016-01-211-9/+3
| * | libceph: use list_next_entry instead of list_entry_nextGeliang Tang2016-01-211-5/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2313-259/+744
|\ \ \
| * | | svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-194-38/+10
| * | | svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-197-15/+470
| * | | svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-192-12/+18
| * | | svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-7/+7
| * | | svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-192-2/+7
| * | | svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-192-4/+6
| * | | svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-192-42/+0
| * | | svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-192-13/+78
| * | | svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-13/+89
| * | | svcrdma: Clean up process_context()Chuck Lever2016-01-191-23/+21
| * | | svcrdma: Clean up rdma_create_xprt()Chuck Lever2016-01-191-8/+1
| * | | xprtrdma: Avoid calling ib_query_deviceOr Gerlitz2015-12-224-50/+30
| * | | net/rds: Avoid calling ib_query_deviceOr Gerlitz2015-12-222-41/+16
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-232-35/+35
|\ \ \ \
| * | | | wrappers for ->i_mutex accessAl Viro2016-01-222-35/+35
* | | | | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-3/+1
|/ / / /
* | | | net: drop tcp_memcontrol.cVladimir Davydov2016-01-205-204/+0
* | | | mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-201-1/+1
* | | | mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner2016-01-201-1/+1
* | | | net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin2016-01-201-5/+2
* | | | ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa2016-01-181-5/+14
* | | | sctp: the temp asoc's transports should not be hashed/unhashedXin Long2016-01-172-2/+8
* | | | batman-adv: Drop immediate orig_node free functionSven Eckelmann2016-01-163-27/+13
* | | | batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann2016-01-162-20/+7
* | | | batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann2016-01-161-24/+10
* | | | batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann2016-01-161-33/+13
* | | | batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann2016-01-161-23/+10
* | | | batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann2016-01-161-28/+31
* | | | batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann2016-01-161-11/+8
* | | | batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann2016-01-161-7/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-1511-30/+59
|\ \ \ \
| * | | | bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov2016-01-151-0/+8
| * | | | net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven2016-01-151-3/+3
| * | | | ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-151-1/+1
| * | | | sctp: support to lookup with ep+paddr in transport rhashtableXin Long2016-01-151-15/+23
| * | | | net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-154-4/+9