summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0811-86/+119
|\
| * nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+16
| * SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee2014-03-301-0/+2
| * NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-302-21/+0
| * SUNRPC: New helper for creating client with rpc_xprtKinglong Mee2014-03-301-25/+33
| * NFSD: Free backchannel xprt in bc_destroyKinglong Mee2014-03-301-0/+4
| * rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields2014-03-281-6/+16
| * SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee2014-03-281-8/+11
| * svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton2014-03-281-0/+1
| * xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton2014-03-283-16/+30
| * Fix regression in NFSRDMA serverTom Tucker2014-03-282-8/+5
| * net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-03-271-3/+3
| * svcrdma: fix printk when memory allocation failsJeff Layton2014-03-271-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-0817-48/+107
|\ \
| * | net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann2014-04-081-1/+35
| * | netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2
| * | pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-071-1/+1
| * | tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-071-2/+1
| * | mac802154: fix duplicate #include headersJean Sacren2014-04-071-1/+0
| * | net: filter: be more defensive on div/mod by X==0Daniel Borkmann2014-04-071-16/+16
| * | netfilter: Can't fail and free after table replacementThomas Graf2014-04-054-9/+14
| * | netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso2014-04-031-2/+2
| * | netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso2014-04-031-1/+2
| * | netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai2014-04-031-0/+2
| * | netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov2014-04-031-1/+2
| * | netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal2014-04-031-9/+16
| * | netfilter: connlimit: fix UP buildFlorian Westphal2014-04-031-1/+1
| * | net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-031-0/+1
| * | tipc: fix regression bug where node events are not being generatedErik Hugne2014-04-031-0/+3
| * | net: add busy_poll device featureJiri Pirko2014-04-032-0/+8
| * | packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2014-04-031-1/+1
| * | packet: report tx_dropped in packet_direct_xmitDaniel Borkmann2014-04-031-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-081-3/+3
|\ \ \
| * | | s390/irq: Use defines for external interruption codesThomas Huth2014-04-031-3/+3
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-071-1/+1
|\ \ \ \
| * | | | net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter2014-04-071-1/+1
* | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-072-65/+64
|\ \ \ \ \
| * | | | | net/iucv/iucv.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-64/+57
| * | | | | net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-075-316/+864
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | libceph: dump pool {read,write}_tier to debugfsIlya Dryomov2014-04-041-3/+3
| * | | | | libceph: output primary affinity values on osdmap updatesIlya Dryomov2014-04-041-0/+2
| * | | | | libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov2014-04-041-75/+4
| * | | | | libceph: add support for osd primary affinityIlya Dryomov2014-04-041-0/+68
| * | | | | libceph: add support for primary_temp mappingsIlya Dryomov2014-04-041-1/+6
| * | | | | libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-042-14/+16
| * | | | | libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-041-13/+38
| * | | | | libceph: introduce apply_temps() helperIlya Dryomov2014-04-041-0/+52
| * | | | | libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov2014-04-041-0/+76
| * | | | | libceph: primary_affinity decode bitsIlya Dryomov2014-04-041-0/+72
OpenPOWER on IntegriCloud