Age | Commit message (Expand) | Author | Files | Lines |
2020-10-02 | bpf: Introduce pseudo_btf_id |  Hao Luo | 6 | -46/+188 |
2020-10-02 | Merge branch 'Do not limit cb_flags when creating child sk' |  Alexei Starovoitov | 6 | -40/+22 |
2020-10-02 | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags |  Martin KaFai Lau | 4 | -6/+22 |
2020-10-02 | bpf: tcp: Do not limit cb_flags when creating child sk from listen sk |  Martin KaFai Lau | 2 | -34/+0 |
2020-10-02 | selftests/bpf: Properly initialize linfo in sockmap_basic |  Stanislav Fomichev | 1 | -1/+1 |
2020-10-02 | selftests/bpf: Initialize duration in xdp_noinline.c |  Stanislav Fomichev | 1 | -1/+1 |
2020-10-01 | lib8390: Use netif_msg_init to initialize msg_enable bits |  Armin Wolf | 1 | -6/+8 |
2020-10-01 | net: phy: realtek: Modify 2.5G PHY name to RTL8226 |  Willy Liu | 1 | -19/+19 |
2020-10-01 | caif_virtio: Remove redundant initialization of variable err |  Jing Xiangfeng | 1 | -1/+1 |
2020-10-01 | net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c |  Ye Bin | 1 | -2/+2 |
2020-10-01 | pktgen: Fix inconsistent of format with argument type in pktgen.c |  Ye Bin | 1 | -5/+5 |
2020-10-01 | drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values |  Xie He | 1 | -47/+51 |
2020-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 103 | -1760/+7528 |
2020-10-01 | Merge branch 'net-ravb-Add-support-for-explicit-internal-clock-delay-c |  David S. Miller | 5 | -147/+320 |
2020-10-01 | ravb: Add support for explicit internal clock delay configuration |  Geert Uytterhoeven | 2 | -9/+28 |
2020-10-01 | ravb: Split delay handling in parsing and applying |  Geert Uytterhoeven | 2 | -6/+19 |
2020-10-01 | dt-bindings: net: renesas,etheravb: Convert to json-schema |  Geert Uytterhoeven | 2 | -137/+261 |
2020-10-01 | dt-bindings: net: renesas,ravb: Document internal clock delay properties |  Geert Uytterhoeven | 1 | -13/+16 |
2020-10-01 | dt-bindings: net: ethernet-controller: Add internal delay properties |  Geert Uytterhoeven | 1 | -0/+14 |
2020-10-01 | Merge tag 'mlx5-updates-2020-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  David S. Miller | 28 | -355/+371 |
2020-09-30 | Merge branch 'introduce BPF_F_PRESERVE_ELEMS' |  Alexei Starovoitov | 5 | -2/+127 |
2020-09-30 | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS |  Song Liu | 2 | -0/+104 |
2020-09-30 | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array |  Song Liu | 3 | -2/+23 |
2020-09-30 | net/mlx5e: Fix potential null pointer dereference |  Gustavo A. R. Silva | 1 | -4/+6 |
2020-09-30 | net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get() |  Dan Carpenter | 1 | -1/+3 |
2020-09-30 | net/mlx5: Fix dereference on pointer attr after null check |  Ariel Levkovich | 1 | -2/+4 |
2020-09-30 | net/mlx5: Use dma device access helper |  Parav Pandit | 12 | -34/+37 |
2020-09-30 | net/mlx5: E-Switch, Support flow source for local vport |  Hamdan Igbaria | 1 | -2/+5 |
2020-09-30 | net/mlx5: E-switch, Move devlink eswitch ports closer to eswitch |  Parav Pandit | 6 | -92/+154 |
2020-09-30 | net/mlx5: E-switch, Use helper function to load unload representor |  Parav Pandit | 1 | -8/+21 |
2020-09-30 | net/mlx5: E-switch, Add helper to check egress ACL need |  Parav Pandit | 2 | -5/+11 |
2020-09-30 | net/mlx5: E-switch, Use PF num in metadata reg c0 |  sunils | 2 | -25/+26 |
2020-09-30 | net/mlx5: DR, Add support for rule creation with flow source hint |  Hamdan Igbaria | 4 | -22/+26 |
2020-09-30 | net/mlx5: DR, Call ste_builder directly with tag pointer |  Yevgeny Kliteynik | 2 | -68/+33 |
2020-09-30 | net/mlx5: DR, Remove unneeded local variable |  Yevgeny Kliteynik | 1 | -3/+1 |
2020-09-30 | net/mlx5: DR, Remove unneeded vlan check from L2 builder |  Yevgeny Kliteynik | 3 | -30/+13 |
2020-09-30 | net/mlx5: DR, Remove unneeded check from source port builder |  Yevgeny Kliteynik | 3 | -33/+21 |
2020-09-30 | net/mlx5: DR, Replace the check for valid STE entry |  Yevgeny Kliteynik | 4 | -26/+10 |
2020-09-30 | selftests/bpf: Fix alignment of .BTF_ids |  Jean-Philippe Brucker | 1 | -0/+6 |
2020-09-30 | Merge branch 'drop_monitor-Convert-to-use-devlink-tracepoint' |  David S. Miller | 10 | -112/+368 |
2020-09-30 | selftests: net: Add drop monitor test |  Ido Schimmel | 3 | -0/+219 |
2020-09-30 | drop_monitor: Filter control packets in drop monitor |  Ido Schimmel | 3 | -7/+9 |
2020-09-30 | drop_monitor: Remove duplicate struct |  Ido Schimmel | 1 | -17/+10 |
2020-09-30 | drop_monitor: Remove no longer used functions |  Ido Schimmel | 1 | -142/+0 |
2020-09-30 | drop_monitor: Convert to using devlink tracepoint |  Ido Schimmel | 5 | -78/+40 |
2020-09-30 | drop_monitor: Prepare probe functions for devlink tracepoint |  Ido Schimmel | 1 | -0/+146 |
2020-09-30 | devlink: Add a tracepoint for trap reports |  Ido Schimmel | 3 | -0/+76 |
2020-09-30 | Merge tag 'linux-can-next-for-5.10-20200930' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next |  David S. Miller | 12 | -1673/+1749 |
2020-09-30 | Merge branch 'ionic-watchdog-training' |  David S. Miller | 3 | -9/+7 |
2020-09-30 | ionic: prevent early watchdog check |  Shannon Nelson | 1 | -1/+4 |