summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-045-13/+27
* Merge tag 'linux-can-next-for-4.16-20171201' of git://git.kernel.org/pub/scm/...David S. Miller2017-12-0416-171/+258
|\
| * arm: dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoCPankaj Bansal2017-12-013-0/+68
| * arm: dts: Remove p1010-flexcan compatible from imx series dtsPankaj Bansal2017-12-014-8/+8
| * powerpc: dts: P1010: Add endianness property to flexcan nodePankaj Bansal2017-12-011-0/+2
| * Documentation: can: flexcan: Add big-endian property to device treePankaj Bansal2017-12-011-0/+6
| * can: flexcan: adding platform specific details for LS1021APankaj Bansal2017-12-011-0/+8
| * can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN contro...Pankaj Bansal2017-12-011-102/+131
| * can: c_can_pci: make c_can_pci_data constBhumika Goyal2017-12-011-2/+2
| * can: vxcan: Use common error handling code in vxcan_newlink()Markus Elfring2017-12-011-8/+8
| * can: peak_usb: use ktime_t consistentlyArnd Bergmann2017-12-012-33/+15
| * can: peak_usb: remove some 'struct timeval' usersArnd Bergmann2017-12-014-22/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-0431-443/+2362
|\ \
| * \ Merge branch 'bpf-xdp-stack-uninit-and-offload-tests'Daniel Borkmann2017-12-0320-258/+1715
| |\ \
| | * | net: dummy: remove fake SR-IOV functionalityJakub Kicinski2017-12-031-214/+1
| | * | netdevsim: add SR-IOV functionalityJakub Kicinski2017-12-032-2/+284
| | * | selftests/bpf: add offload test based on netdevsimJakub Kicinski2017-12-033-2/+691
| | * | netdevsim: add bpf offload supportJakub Kicinski2017-12-034-1/+529
| | * | netdevsim: add software driver for testing offloadsJakub Kicinski2017-12-036-0/+167
| | * | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-037-30/+22
| | * | net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-032-0/+3
| | * | net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-033-12/+21
| |/ /
| * | Merge branch 'bpf-nfp-jmp-memcpy-improvements'Daniel Borkmann2017-12-018-75/+503
| |\ \
| | * | nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang2017-12-011-0/+237
| | * | nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang2017-12-011-7/+45
| | * | nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2017-12-014-0/+122
| | * | nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2017-12-012-2/+12
| | * | nfp: bpf: encode indirect commandsJakub Kicinski2017-12-012-5/+15
| | * | nfp: bpf: correct the encoding for No-Dest immedJiong Wang2017-12-011-3/+5
| | * | nfp: bpf: relax source operands checkJiong Wang2017-12-011-2/+4
| | * | nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang2017-12-011-0/+4
| | * | nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang2017-12-011-0/+3
| | * | nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2017-12-012-0/+5
| | * | nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-014-55/+41
| | * | nfp: bpf: support backward jumpJiong Wang2017-12-012-30/+40
| | * | nfp: fix old kdoc issuesJakub Kicinski2017-12-012-6/+5
| |/ /
| * | Merge branch 'bpf-verifier-misc-improvements'Daniel Borkmann2017-12-012-98/+120
| |\ \
| | * | selftests/bpf: adjust test_align expected outputAlexei Starovoitov2017-12-011-78/+78
| | * | bpf: cleanup register_is_null()Alexei Starovoitov2017-12-011-10/+10
| | * | bpf: improve JEQ/JNE path walkingAlexei Starovoitov2017-12-011-2/+3
| | * | bpf: improve verifier liveness marksAlexei Starovoitov2017-12-011-0/+5
| | * | bpf: don't mark FP reg as uninitAlexei Starovoitov2017-12-011-4/+4
| | * | bpf: print liveness info to verifier logAlexei Starovoitov2017-12-011-4/+20
| | * | bpf: fix stack state printing in verifier logAlexei Starovoitov2017-12-011-1/+1
| |/ /
| * | samples/bpf: Convert magic numbers to names in multi-prog cgroup test caseDavid Ahern2017-11-301-12/+24
* | | Merge branch 'rtnetlink-rework-handler-registration'David S. Miller2017-12-0414-160/+282
|\ \ \
| * | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-046-55/+61
| * | | net: use rtnl_register_module where neededFlorian Westphal2017-12-048-32/+55
| * | | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-042-35/+80
| * | | net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal2017-12-041-53/+101
|/ / /