summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-11netvsc: check error return when restoring channels and mtustephen hemminger1-2/+14
2017-08-11netvsc: propagate MAC address change to VF slavestephen hemminger1-11/+15
2017-08-11netvsc: don't signal host twice if emptystephen hemminger1-4/+0
2017-08-11netvsc: delay setup of VF devicestephen hemminger2-8/+9
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha1-7/+0
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha2-0/+8
2017-08-11Merge branch 'net-sched-let-the-offloader-decide-what-to-offload'David S. Miller16-47/+61
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko7-36/+15
2017-08-11net: sched: remove handle propagation down to the driversJiri Pirko1-2/+0
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko8-9/+30
2017-08-11net: sched: propagate classid down to offload driversJiri Pirko1-0/+2
2017-08-11net: sched: Add helpers to identify classidsJiri Pirko1-0/+14
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail1-36/+92
2017-08-11Merge branch 'sctp-remove-typedefs-from-structures-part-6'David S. Miller11-1072/+1104
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long2-257/+249
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long4-680/+716
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long3-21/+29
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_verb_tXin Long2-6/+6
2017-08-11sctp: remove the typedef sctp_arg_tXin Long2-14/+14
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long5-143/+145
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long2-8/+8
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long3-7/+9
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2-3/+3
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long2-6/+7
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long1-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long4-14/+12
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long1-2/+0
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-47/+188
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-22/+33
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10
2017-08-10Merge branch 'rtnetlink-fix-initial-rtnl-pushdown-fallout'David S. Miller3-9/+227
2017-08-10selftests: add rtnetlink test scriptFlorian Westphal2-1/+200
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-11/+124
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-10Merge branch 'dsa-flow-dissection'David S. Miller4-9/+33
2017-08-10net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-10net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin1-2/+12
2017-08-10net-next: dsa: add flow_dissect callback to struct dsa_device_opsJohn Crispin1-0/+2
2017-08-10net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin2-7/+7
2017-08-10net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-10igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-10Merge branch 'mediatek-bring-up-QDMA-RX-ring-0'David S. Miller2-12/+31