2018-01-27 |
Yonghong Song | tools/bpf: add a multithreaded stress test in bpf selft... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Yonghong Song | bpf: fix kernel page fault in lpm map trie_get_next_key |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Alexei Starovoitov | Merge branch 'bpf-improvements-and-fixes' |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf: add further test cases around div/mod and others |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, arm: remove obsolete exception handling from div/mod |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, mips64: remove unneeded zero check from div/mod... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, mips64: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, sparc64: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, ppc64: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, s390x: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, arm64: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf, x86_64: remove obsolete exception handling from... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf: fix subprog verifier bypass by div/mod by 0 exception |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf: make unknown opcode handling more robust |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf: improve dead code sanitizing |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Daniel Borkmann | bpf: xor of a/x in cbpf can be done in 32 bit alu |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Mickaël Salaün | samples/bpf: Partially fixes the bpf.o build |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: clean up from test_tcpbpf_kern.c |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Mickaël Salaün | bpf: Use the IS_FD_ARRAY() macro in map_update_elem() |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Alexei Starovoitov | Merge branch 'bpf-more-sock_ops-callbacks' |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: add selftest for tcpbpf |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add BPF_SOCK_OPS_STATE_CB |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add BPF_SOCK_OPS_RETRANS_CB |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add sock_ops R/W access to tclass |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add support for reading sk_state and more |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add sock_ops RTO callback |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Support passing args to sock_ops bpf function |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Add write access to tcp_sock and sock fields |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Make SOCK_OPS_GET_TCP struct independent |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Make SOCK_OPS_GET_TCP size independent |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Lawrence Brakmo | bpf: Only reply field should be writeable |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Wang YanQing | bpf, doc: Correct one wrong value in "Register value... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Daniel Borkmann | Merge branch 'bpf-samples-sockmap-improvements' |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: sockmap set rlimit |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: sockmap put client sockets in blocking mode |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: sockmap sample add base test without any BPF for... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: sockmap sample, report bytes/sec |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: sockmap sample, use fork() for send and recv |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: add sendmsg option for testing BPF programs |
commit | commitdiff | tree | snapshot |
2018-01-24 |
John Fastabend | bpf: refactor sockmap sample program update for arg... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Alexei Starovoitov | selftests/bpf: make 'dubious pointer arithmetic' test... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Prashant Bhole | bpf: test_maps: cleanup sockmaps when test ends |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Alexei Starovoitov | selftests/bpf: fix test_dev_cgroup |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Alexei Starovoitov | selftests/bpf: speedup test_maps |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Yonghong Song | tools/bpf: fix a test failure in selftests prog test_ve... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Yonghong Song | bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NE... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Wei Yongjun | net: aquantia: make symbol hw_atl_boards static |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Wei Yongjun | net: aquantia: Fix error return code in aq_pci_probe() |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Wei Yongjun | nfp: fix error return code in nfp_pci_probe() |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Carl Heymann | nfp: fix fw dump handling of absolute rtsym size |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Cong Wang | tun: avoid calling xdp_rxq_info_unreg() twice |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David S. Miller | Merge branch 'net-sched-add-extack-support-for-cls... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | nfp: bpf: use extack support to improve debugging |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | nfp: bpf: plumb extack into functions related to XDP... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: create tc_can_offload_extack() wrapper |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: add extack support for offload via tc_cls_c... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: cls_bpf: plumb extack support in filter... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: cls_u32: propagate extack support for filte... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: cls_matchall: propagate extack support... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Quentin Monnet | net: sched: cls_flower: propagate extack support for... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Haiyang Zhang | hv_netvsc: Use the num_online_cpus() for channel limit |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Salil Mehta | net: hns3: converting spaces into tabs to avoid checkpa... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Arjun Vynipadath | cxgb3: assign port id to net_device->dev_port |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Gustavo A.... | bridge: return boolean instead of integer in br_multica... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Florian Fainelli | net: stmmac: Fix reception of Broadcom switches tags |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David S. Miller | Merge branch 'hns3-new-features' |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Jian Shen | net: hns3: add net status led support for fiber port |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Jian Shen | net: hns3: add ethtool -p support for fiber port |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Fuyun Liang | net: hns3: add manager table initialization for hardware |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Fuyun Liang | net: hns3: add support for get_regs |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David Decotigny | net: core: Expose number of link up/down transitions |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Sabrina Dubroca | macsec: restore uAPI after addition of GCM-AES-256 |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Huazhong Tan | net: hns: Fix for variable may be used uninitialized... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Lucas Stach | net: fec: add necessary defines to work on ARM64 |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Toshiaki Makita | virtio_net: Add ethtool stats |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David S. Miller | Merge branch 'mvpp2-Armada-7k-8k-PP2-ACPI-support' |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | net: mvpp2: enable ACPI support in the driver |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | net: mvpp2: use device_*/fwnode_* APIs instead of of_* |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | net: mvpp2: simplify maintaining enabled ports' list |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | device property: Allow iterating over available child... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | device property: Introduce fwnode_irq_get() |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | device property: Introduce fwnode_get_phy_mode() |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Marcin Wojtas | device property: Introduce fwnode_get_mac_address() |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Colin Ian King | net: caif: remove redundant re-assignment of pointer... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Ganesh Goudar | cxgb4: add geneve offload support for T6 |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David S. Miller | Merge tag 'mac80211-next-for-davem-2018-01-22' of git... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Colin Ian King | devlink: fix memory leak on 'resource' |
commit | commitdiff | tree | snapshot |
2018-01-22 |
David S. Miller | Merge branch 'mlxsw-spectrum_router-Optimize-LPM-trees' |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Ido Schimmel | mlxsw: spectrum_router: Remove unnecessary prefix lengt... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Ido Schimmel | mlxsw: spectrum_router: Pass FIB node to LPM tree unlin... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Ido Schimmel | mlxsw: spectrum_router: Use the nodes list as indicatio... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Jason Wang | tun: add missing rcu annotation |
commit | commitdiff | tree | snapshot |
2018-01-22 |
weiyongjun (A) | mac80211_hwsim: fix possible memory leak in hwsim_new_r... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Christopher... | debugfs_sta: Remove unneeded semicolons |
commit | commitdiff | tree | snapshot |
2018-01-21 |
David S. Miller | Merge branch 'mlxsw-Add-support-for-mirror-action-with... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Arkadi Sharshevsky | mlxsw: spectrum_acl: Add support for mirror action |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Arkadi Sharshevsky | mlxsw: spectrum: Extend mlxsw_afa_ops for counter index... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Arkadi Sharshevsky | mlxsw: spectrum: Extend and export SPAN API |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Arkadi Sharshevsky | mlxsw: spectrum_acl: Add support for mirroring action |
commit | commitdiff | tree | snapshot |
next |