summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-10Merge branch 'rtnetlink-fix-initial-rtnl-pushdown-fallout'David S. Miller
2017-08-10selftests: add rtnetlink test scriptFlorian Westphal
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin
2017-08-09Merge branch 'dsa-flow-dissection'David S. Miller
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin
2017-08-09net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin
2017-08-09net-next: dsa: add flow_dissect callback to struct dsa_device_opsJohn Crispin
2017-08-09net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov
2017-08-09Merge branch 'mediatek-bring-up-QDMA-RX-ring-0'David S. Miller
2017-08-09net-next: mediatek: bring up QDMA RX ring 0John Crispin
2017-08-09net-next: mediatek: fix typos inside the header fileJohn Crispin
2017-08-09net: atm: make atmdev_ops constBhumika Goyal
2017-08-09atm: make atmdev_ops constBhumika Goyal
2017-08-09net: dsa: make dsa_switch_ops constBhumika Goyal
2017-08-09liquidio: napi cleanupIntiyaz Basha
2017-08-09geneve: maximum value of VNI cannot be usedGirish Moodalbail
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy
2017-08-09ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot
2017-08-09ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot
2017-08-09ibmvnic: Clean up resources on probe failureNathan Fontenot
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley
2017-08-09Merge branch 'rtnetlink-allow-selected-handlers-to-run-without-rtnl'David S. Miller
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal