aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'dsa-flow-dissection'David S. Miller4-9/+33
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-09net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin1-2/+12
2017-08-09net-next: dsa: add flow_dissect callback to struct dsa_device_opsJohn Crispin1-0/+2
2017-08-09net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin2-7/+7
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-09Merge branch 'mediatek-bring-up-QDMA-RX-ring-0'David S. Miller2-12/+31
2017-08-09net-next: mediatek: bring up QDMA RX ring 0John Crispin2-10/+29
2017-08-09net-next: mediatek: fix typos inside the header fileJohn Crispin1-2/+2
2017-08-09net: atm: make atmdev_ops constBhumika Goyal4-4/+4
2017-08-09atm: make atmdev_ops constBhumika Goyal6-6/+6
2017-08-09net: dsa: make dsa_switch_ops constBhumika Goyal3-3/+3
2017-08-09liquidio: napi cleanupIntiyaz Basha2-0/+29
2017-08-09geneve: maximum value of VNI cannot be usedGirish Moodalbail1-1/+1
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+1
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli1-0/+4
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-08-09ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot1-1/+0
2017-08-09ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot1-7/+55
2017-08-09ibmvnic: Clean up resources on probe failureNathan Fontenot1-11/+15
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley1-0/+61
2017-08-09Merge branch 'rtnetlink-allow-selected-handlers-to-run-without-rtnl'David S. Miller26-175/+201
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2-0/+19
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in progressFlorian Westphal1-1/+13
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal26-96/+95
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-09Merge branch 'bpf-new-branches'David S. Miller16-8/+979
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann1-0/+313
2017-08-09bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann1-4/+58
2017-08-09bpf, nfp: implement jiting of BPF_J{LT,LE}Daniel Borkmann1-0/+24
2017-08-09bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2-0/+21
2017-08-09bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+24