index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2022-03-17
veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb
Lorenzo Bianconi
2022-03-15
bpf, sockmap: Fix double uncharge the mem of sk_msg
Wang Yufen
2022-03-15
bpf, sockmap: Fix more uncharged while msg has more_data
Wang Yufen
2022-03-15
bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
Wang Yufen
2022-03-11
bpf, test_run: Fix packet size check for live packet mode
Toke Høiland-Jørgensen
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
2022-03-10
bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp
Martin KaFai Lau
2022-03-10
bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
Martin KaFai Lau
2022-03-10
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
2022-03-10
bpf, test_run: Use kvfree() for memory allocated with kvmalloc()
Yihao Han
2022-03-10
bpf: Initialise retval in bpf_prog_test_run_xdp()
Toke Høiland-Jørgensen
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-05
selftests/bpf: Add tests for kfunc register offset checks
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2022-03-05
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
2022-03-04
mptcp: add the mibs for MP_RST
Geliang Tang
2022-03-04
mptcp: add the mibs for MP_FASTCLOSE
Geliang Tang
2022-03-04
Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-04
Bluetooth: use memset avoid memory leaks
Minghao Chi (CGEL ZTE)
2022-03-04
Bluetooth: move adv_instance_cnt read within the device lock
Niels Dossche
2022-03-04
Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt
Niels Dossche
2022-03-04
Bluetooth: make array bt_uuid_any static const
Colin Ian King
2022-03-04
Bluetooth: 6lowpan: No need to clear memory twice
Christophe JAILLET
2022-03-04
Bluetooth: Improve skb handling in mgmt_device_connected()
Radoslaw Biernacki
2022-03-04
Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()
Radoslaw Biernacki
2022-03-04
Bluetooth: mgmt: Remove unneeded variable
Minghao Chi
2022-03-04
Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
Tom Rix
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
2022-03-04
net: dev: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-04
net: bridge: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-04
net: caif: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
2022-03-03
net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change
Vladimir Oltean
2022-03-03
net: dcb: disable softirqs in dcbnl_flush_dev()
Vladimir Oltean
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
2022-03-03
net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...
Martin KaFai Lau
2022-03-03
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
2022-03-03
net: ipv6: Handle delivery_time in ipv6 defrag
Martin KaFai Lau
2022-03-03
net: ip: Handle delivery_time in ip defrag
Martin KaFai Lau
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
[next]