aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+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-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-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
2017-08-09bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+34
2017-08-09bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2-0/+24
2017-08-09bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE}Daniel Borkmann1-0/+26
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann6-4/+455
2017-08-09sock: fix zerocopy_success regression with msg_zerocopyWillem de Bruijn1-2/+7
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-09futex: Remove unnecessary warning from get_futex_keyMel Gorman1-2/+3
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat3-13/+29
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn3-3/+3
2017-08-08isdn: hfcsusb: constify usb_device_idArvind Yadav1-1/+1
2017-08-08isdn: hisax: hfc_usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-08qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-08net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King1-1/+1
2017-08-08ppp: fix xmit recursion detection on ppp channelsGuillaume Nault1-8/+10
2017-08-08rds: Reintroduce statistics countingHåkon Bugge1-1/+4
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long1-10/+10
2017-08-08cxgb4: Clear On FLASH config file after a FW upgradeArjun Vynipadath2-0/+71
2017-08-08net_sched: get rid of some forward declarationsWANG Cong1-111/+103
2017-08-08net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland2-3/+2
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu4-3/+86
2017-08-08liquidio: fix misspelled firmware image filenamesDerek Chickles1-4/+8
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün1-11/+15
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün1-26/+26