summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-03netdevsim: add bpf offload supportJakub Kicinski
2017-12-03netdevsim: add software driver for testing offloadsJakub Kicinski
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski
2017-12-01Merge branch 'bpf-nfp-jmp-memcpy-improvements'Daniel Borkmann
2017-12-01nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang
2017-12-01nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang
2017-12-01nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang
2017-12-01nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang
2017-12-01nfp: bpf: encode indirect commandsJakub Kicinski
2017-12-01nfp: bpf: correct the encoding for No-Dest immedJiong Wang
2017-12-01nfp: bpf: relax source operands checkJiong Wang
2017-12-01nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang
2017-12-01nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang
2017-12-01nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang
2017-12-01nfp: bpf: record jump destination to simplify jump fixupJiong Wang
2017-12-01nfp: bpf: support backward jumpJiong Wang
2017-12-01nfp: fix old kdoc issuesJakub Kicinski
2017-12-01Merge branch 'bpf-verifier-misc-improvements'Daniel Borkmann
2017-12-01selftests/bpf: adjust test_align expected outputAlexei Starovoitov
2017-12-01bpf: cleanup register_is_null()Alexei Starovoitov
2017-12-01bpf: improve JEQ/JNE path walkingAlexei Starovoitov
2017-12-01bpf: improve verifier liveness marksAlexei Starovoitov
2017-12-01bpf: don't mark FP reg as uninitAlexei Starovoitov
2017-12-01bpf: print liveness info to verifier logAlexei Starovoitov
2017-12-01bpf: fix stack state printing in verifier logAlexei Starovoitov
2017-11-30samples/bpf: Convert magic numbers to names in multi-prog cgroup test caseDavid Ahern
2017-11-30net: dsa: bcm_sf2: Utilize b53_get_tag_protocol()Florian Fainelli
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30Documentation: net: dsa: Cut set_addr() documentationLinus Walleij
2017-11-30Merge branch 'net-dst_entry-shrink'David S. Miller
2017-11-30net: Remove dst->nextDavid Miller
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-11-30decnet: Move dn_next into decnet route structure.David Miller
2017-11-30net: dst->rt_next is unused.David Miller
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani
2017-11-30atm: eni: fix several indentation issuesColin Ian King
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann
2017-11-30netxen: remove timespec usageArnd Bergmann
2017-11-30net: phy: harmonize phy_id{,_mask} data typeRichard Leitner
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner