summaryrefslogtreecommitdiffstats
path: root/.get_maintainer.ignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau4-6/+22
2020-10-02bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2-34/+0
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev1-1/+1
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev1-1/+1
2020-10-02lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-6/+8
2020-10-02net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-10-02caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-10-02net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin1-2/+2
2020-10-02pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-10-02drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2-9/+28
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2-6/+19
2020-10-01dt-bindings: net: renesas,etheravb: Convert to json-schemaGeert Uytterhoeven2-137/+261
2020-10-01dt-bindings: net: renesas,ravb: Document internal clock delay propertiesGeert Uytterhoeven1-13/+16
2020-10-01dt-bindings: net: ethernet-controller: Add internal delay propertiesGeert Uytterhoeven1-0/+14
2020-10-01selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2-0/+104
2020-10-01bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu3-2/+23
2020-10-01net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-10-01net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-10-01net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-10-01net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-10-01net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-10-01net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-10-01net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21
2020-10-01net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2-5/+11
2020-10-01net/mlx5: E-switch, Use PF num in metadata reg c0sunils2-25/+26
2020-10-01net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria4-22/+26
2020-10-01net/mlx5: DR, Call ste_builder directly with tag pointerYevgeny Kliteynik2-68/+33
2020-10-01net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-3/+1
2020-10-01net/mlx5: DR, Remove unneeded vlan check from L2 builderYevgeny Kliteynik3-30/+13
2020-10-01net/mlx5: DR, Remove unneeded check from source port builderYevgeny Kliteynik3-33/+21
2020-10-01net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik4-26/+10
2020-10-01selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker1-0/+6
2020-10-01selftests: net: Add drop monitor testIdo Schimmel3-0/+219
2020-10-01drop_monitor: Filter control packets in drop monitorIdo Schimmel3-7/+9
2020-10-01drop_monitor: Remove duplicate structIdo Schimmel1-17/+10
2020-10-01drop_monitor: Remove no longer used functionsIdo Schimmel1-142/+0
2020-10-01drop_monitor: Convert to using devlink tracepointIdo Schimmel5-78/+40
2020-10-01drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel1-0/+146
2020-10-01devlink: Add a tracepoint for trap reportsIdo Schimmel3-0/+76
2020-10-01ionic: prevent early watchdog checkShannon Nelson1-1/+4
2020-10-01ionic: stop watchdog timer earlier on removeShannon Nelson3-8/+3
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2-4/+10
2020-09-30inet: remove icsk_ack.blockedEric Dumazet6-14/+7
2020-09-30net: macb: move pdata to private headerAlexandre Belloni4-22/+11