| 2019-04-10 | Yonghong Song | bpf, bpftool: fix a few ubsan warnings | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Alexei Starovoitov | Merge branch 'support-global-data' | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf, selftest: add test cases for BTF Var and DataSec | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Joe Stringer | bpf, selftest: test global data/bss/rodata sections | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf, selftest: test {rd, wr}only flags and direct value... | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: bpftool support for dumping data/bss/rodata sections | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf, libbpf: add support for BTF Var and DataSec | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf, libbpf: support global data/bss/rodata sections | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Joe Stringer | bpf, libbpf: refactor relocation handling | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: sync {btf, bpf}.h uapi header from tools infrastru... | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: allow for key-less BTF in array map | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: kernel side support for BTF Var and DataSec | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: add specification for BTF Var and DataSec kinds | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: allow . char as part of the object name | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: add syscall side map freeze support | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: add program side {rd, wr}only support for maps | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: do not retain flags that are not tied to map lifetime | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Daniel Borkmann | bpf: implement lookup-free direct value access for... | commit | commitdiff | tree | snapshot | 
| 2019-04-07 | Andrey Ignatov | libbpf: Ignore -Wformat-nonliteral warning | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Daniel Borkmann | Merge branch 'bpf-varstack-fixes' | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | bpf: Add missed newline in verifier verbose log | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | selftests/bpf: Test unbounded var_off stack access | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | bpf: Sanity check max value for var_off stack access | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | selftests/bpf: Test indirect var_off stack access in... | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | bpf: Reject indirect var_off stack access in unpriv... | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | selftests/bpf: Test indirect var_off stack access in... | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Andrey Ignatov | bpf: Reject indirect var_off stack access in raw mode | commit | commitdiff | tree | snapshot | 
| 2019-04-05 | Alexei Starovoitov | samples/bpf: fix build with new clang | commit | commitdiff | tree | snapshot | 
| 2019-04-04 | Daniel T. Lee | samples, selftests/bpf: add NULL check for ksym_search | commit | commitdiff | tree | snapshot | 
| 2019-04-04 | Daniel T. Lee | selftests/bpf: ksym_search won't check symbols exists | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Daniel Borkmann | Merge branch 'bpf-verifier-scalability' | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | selftests/bpf: synthetic tests to push verifier limits | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | selftests/bpf: add few verifier scale tests | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | libbpf: teach libbpf about log_level bit 2 | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: increase verifier log limit | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: increase complexity limit and maximum program... | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: verbose jump offset overflow check | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: convert temp arrays to kvcalloc | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: improve verification speed by not remarking live_read | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: improve verification speed by droping states | commit | commitdiff | tree | snapshot | 
| 2019-04-03 | Alexei Starovoitov | bpf: add verifier stats and log_level bit 2 | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Andrii Nakryiko | kbuild: add ability to generate BTF type info for vmlinux | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Daniel Borkmann | Merge branch 'bpf-selftest-clang-fixes' | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Stanislav Fomichev | selftests: bpf: remove duplicate .flags initialization... | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Stanislav Fomichev | selftests: bpf: fix -Wformat-invalid-specifier for... | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Stanislav Fomichev | selftests: bpf: fix -Wformat-security warning for flow_... | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Stanislav Fomichev | selftests: bpf: tests.h should depend on .c files,... | commit | commitdiff | tree | snapshot | 
| 2019-04-01 | Yonghong Song | bpf: add bpffs multi-dimensional array tests in test_btf | commit | commitdiff | tree | snapshot | 
| 2019-03-29 | Alexei Starovoitov | Merge branch 'variable-stack-access' | commit | commitdiff | tree | snapshot | 
| 2019-03-29 | Andrey Ignatov | selftests/bpf: Test variable offset stack access | commit | commitdiff | tree | snapshot | 
| 2019-03-29 | Andrey Ignatov | bpf: Support variable offset stack access from helpers | commit | commitdiff | tree | snapshot | 
| 2019-03-28 | Luca Boccassi | tools/bpf: generate pkg-config file for libbpf | commit | commitdiff | tree | snapshot | 
| 2019-03-28 | David S. Miller | Merge git://git./linux/kernel/git/davem/net | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Eric Dumazet | inet: switch IP ID generator to siphash | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Colin Ian King | net: phy: mdio-bcm-unimac: remove redundant !timeout... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Eric Dumazet | tcp: fix zerocopy and notsent_lowat issues | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Numan Siddique | net: openvswitch: Add a new action check_pkt_len | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | David S. Miller | Merge branch 'ethtool-add-support-for-Fast-Link-Down... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Heiner Kallweit | net: phy: marvell: add PHY tunable fast link down suppo... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Heiner Kallweit | ethtool: add PHY Fast Link Down support | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Bart Van Assche | net/core: Allow the compiler to verify declaration... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Bart Van Assche | net/core: Fix rtnetlink kernel-doc headers | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Bart Van Assche | net/core: Document __skb_flow_dissect() flags argument | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Bart Van Assche | net/core: Document all dev_ioctl() arguments | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Bart Van Assche | net/core: Document reuseport_add_sock() bind_inany... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Heiner Kallweit | net: dsa: mv88e6xxx: remove unneeded cmode initialization | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Sudarsana Reddy... | bnx2x: Utilize FW 7.13.11.0. | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Kristian Evensen | fou: Support binding FoU socket | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Linus Torvalds | Merge git://git./linux/kernel/git/davem/net | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | David S. Miller | Merge branch '100GbE' of git://git./linux/kernel/git... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | David S. Miller | Merge branch 'net-mvpp2-Classifier-updates-and-cleanups' | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Rework C2 engine macros | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Initialize lookup priorities for all... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Invalidate all C2 entries except the... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Rename the flow table macros | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Don't use the sequence attribute for... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Rename classifer per-port functions | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Move C2 read/write helpers around | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Write C2 TCAM data last when writing... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Use iterators to go through the cls_table | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: debugfs: Allow reading the C2 engine table... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: debugfs: Allow reading the flow table from... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: debugfs: Store debugfs entries data in... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Make the flow definitions const | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: use Lookup Type in classification... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Start cls flow entries from beginning... | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: cls: Add missing MAC_DA field extraction | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | Maxime Chevallier | net: mvpp2: Don't use an int to store netdev_features_t | commit | commitdiff | tree | snapshot | 
| 2019-03-27 | David S. Miller | Merge git://git./linux/kernel/git/bpf/bpf-next | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Anirudh Venkataramanan | ice: Remove "2 BITS" comment | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Brett Creeley | ice: Update comment regarding the ITR_GRAN_S | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Anirudh Venkataramanan | ice: Update function header for __ice_vsi_get_qs | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Anirudh Venkataramanan | ice: Remove unnecessary braces | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Anirudh Venkataramanan | ice: Remove unused function prototype | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Brett Creeley | ice: Add missing case in print_link_msg for printing... | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Brett Creeley | ice: Audit hotpath structures with pahole | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Preethi Banala | ice: Do not bail out when filter already exists | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Akeem G Abodunrin | ice: Fix issue with VF attempt to delete default MAC... | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Linus Torvalds | Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org... | commit | commitdiff | tree | snapshot | 
| next |