aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-27batman-adv: rearrange batadv_neigh_node_new() arguments to follow conventionMarek Lindner3-6/+8
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich5-41/+14
2015-08-27batman-adv: move neigh_node list add into batadv_neigh_node_new()Marek Lindner2-20/+13
2015-08-27batman-adv: remove redundant hard_iface assignmentMarek Lindner1-1/+0
2015-08-27batman-adv: move hardif refcount inc to batadv_neigh_node_new()Marek Lindner2-6/+6
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov1-0/+1
2015-08-26Merge branch 'act_bpf_lockless'David S. Miller6-30/+61
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov2-18/+20
2015-08-26net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov1-4/+14
2015-08-26net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov1-4/+25
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov1-1/+1
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2-3/+1
2015-08-26lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg1-2/+0
2015-08-25Merge branch 'dsa-docs'David S. Miller2-0/+729
2015-08-25Documentation: networking: dsa: Add Broadcom SF2 documentFlorian Fainelli1-0/+114
2015-08-25Documentation: networking: add a DSA documentFlorian Fainelli1-0/+615
2015-08-25Merge branch 'rds-more-fixes'David S. Miller5-17/+50
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com1-2/+0
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com1-1/+1
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com3-4/+34
2015-08-25RDS: fix fmr pool dirty_countWengang Wang1-6/+9
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com1-2/+3
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com1-2/+3
2015-08-25Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller37-679/+733
2015-08-25enic: reduce ioread in devcmd2Govindarajulu Varadarajan2-3/+6
2015-08-25r8169: Add values missing in @get_stats64 from HW countersCorinna Vinschen1-14/+149
2015-08-25rds: Fix improper gfp_t usage.David S. Miller1-1/+1
2015-08-25MAINTAINERS: update vmxnet3 driver maintainerShrikrishna Khare1-1/+1
2015-08-25vxlan: fix multiple inclusion of vxlan.hJiri Benc1-1/+2
2015-08-25MAINTAINERS: Add VRF entryDavid Ahern1-0/+8
2015-08-25route: fix a use-after-freeWANG Cong1-1/+2
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida1-2/+2
2015-08-25ppp: implement x-netns supportGuillaume Nault1-2/+15
2015-08-25net: sun4i-emac: Claim emac sramHans de Goede1-2/+11
2015-08-25inetpeer: remove dead codeDavid Ahern1-67/+0
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout3-6/+6
2015-08-25ah4: Fix error return in ah_input().David S. Miller1-1/+3
2015-08-25ah6: fix error return codeJulia Lawall1-1/+3
2015-08-25mlxsw: fix error return codeJulia Lawall1-0/+1
2015-08-25net: davinci_emac: fix error return codeJulia Lawall1-1/+3
2015-08-25Merge branch 'rds-assorted-bug-fixes'David S. Miller11-38/+153
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com1-2/+13
2015-08-25RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker1-5/+6
2015-08-25RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com1-1/+15
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar1-1/+2
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2-2/+2
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com1-0/+5
2015-08-25RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com1-8/+16
2015-08-25RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com1-0/+9
2015-08-25RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com1-1/+2