summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+14
* net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+25
* net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov2015-08-261-1/+1
* net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-262-3/+1
* lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg2015-08-261-2/+0
* Merge branch 'dsa-docs'David S. Miller2015-08-252-0/+729
|\
| * Documentation: networking: dsa: Add Broadcom SF2 documentFlorian Fainelli2015-08-251-0/+114
| * Documentation: networking: add a DSA documentFlorian Fainelli2015-08-251-0/+615
|/
* Merge branch 'rds-more-fixes'David S. Miller2015-08-255-17/+50
|\
| * RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-251-2/+0
| * RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-251-1/+1
| * RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-253-4/+34
| * RDS: fix fmr pool dirty_countWengang Wang2015-08-251-6/+9
| * RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-251-2/+3
| * RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-251-2/+3
|/
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-2537-679/+733
|\
| * batman-adv: beautify supported routing algorithm listMarek Lindner2015-08-251-1/+1
| * batman-adv: Fix conditional statements indentationSven Eckelmann2015-08-251-1/+1
| * batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann2015-08-253-0/+11
| * batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann2015-08-254-5/+25
| * batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner2015-08-253-16/+19
| * batman-adv: Fix gw_bandwidth calculation on 32 bit systemsSven Eckelmann2015-08-251-7/+42
| * batman-adv: Return EINVAL on invalid gw_bandwidth changeSven Eckelmann2015-08-251-2/+2
| * batman-adv: prevent potential hlist double deletionMarek Lindner2015-08-251-1/+1
| * batman-adv: convert orig_node->vlan_list to hlistMarek Lindner2015-08-253-9/+10
| * batman-adv: Remove batadv_ types forward declarationsSven Eckelmann2015-08-2511-27/+0
| * batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_newMarek Lindner2015-08-251-4/+9
| * batman-adv: update kernel doc of batadv_tt_global_del_orig_entry()Marek Lindner2015-08-251-6/+12
| * batman-adv: Remove multiple assignment per lineSven Eckelmann2015-08-257-17/+39
| * batman-adv: Fix kerneldoc over 80 column linesSven Eckelmann2015-08-252-4/+4
| * batman-adv: Replace C99 int types with kernel typeSven Eckelmann2015-08-2530-585/+563
* | enic: reduce ioread in devcmd2Govindarajulu Varadarajan2015-08-252-3/+6
* | r8169: Add values missing in @get_stats64 from HW countersCorinna Vinschen2015-08-251-14/+149
* | rds: Fix improper gfp_t usage.David S. Miller2015-08-251-1/+1
* | MAINTAINERS: update vmxnet3 driver maintainerShrikrishna Khare2015-08-251-1/+1
* | vxlan: fix multiple inclusion of vxlan.hJiri Benc2015-08-251-1/+2
* | MAINTAINERS: Add VRF entryDavid Ahern2015-08-251-0/+8
* | route: fix a use-after-freeWANG Cong2015-08-251-1/+2
* | net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-251-2/+2
* | ppp: implement x-netns supportGuillaume Nault2015-08-251-2/+15
* | net: sun4i-emac: Claim emac sramHans de Goede2015-08-251-2/+11
* | inetpeer: remove dead codeDavid Ahern2015-08-251-67/+0
* | net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout2015-08-253-6/+6
* | ah4: Fix error return in ah_input().David S. Miller2015-08-251-1/+3
* | ah6: fix error return codeJulia Lawall2015-08-251-1/+3
* | mlxsw: fix error return codeJulia Lawall2015-08-251-0/+1
* | net: davinci_emac: fix error return codeJulia Lawall2015-08-251-1/+3
* | Merge branch 'rds-assorted-bug-fixes'David S. Miller2015-08-2511-38/+153
|\ \
| * | RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-251-2/+13
| * | RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-251-5/+6