summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul2022-12-121-4/+2
* Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Christophe JAILLET2022-12-121-2/+2
* Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz2022-12-122-1/+12
* Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland2022-12-121-1/+1
* Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang2022-12-121-1/+1
* Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong2022-12-121-2/+1
* Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen2022-12-122-8/+4
* Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2022-12-121-0/+1
* Bluetooth: hci_sync: Fix not able to set force_static_addressLuiz Augusto von Dentz2022-12-121-1/+1
* Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz2022-12-121-0/+18
* sctp: sysctl: make extra pointers netns awareFiro Yang2022-12-121-29/+44
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-1211-19/+202
|\
| * Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-071-3/+11
| |\
| | * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-071-3/+11
| * | xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger2022-12-065-2/+150
| * | xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2022-12-062-0/+2
| * | bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-051-0/+2
| * | bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-051-0/+14
| * | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-12-011-2/+1
| * | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang2022-12-011-1/+4
| * | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-013-10/+16
| * | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang2022-12-011-1/+2
* | | Merge tag 'linux-can-next-for-6.2-20221212' of git://git.kernel.org/pub/scm/l...David S. Miller2022-12-122-2/+2
|\ \ \
| * | | can: raw: add support for SO_MARKMarc Kleine-Budde2022-12-121-0/+1
| * | | net: af_can: remove useless parameter 'err' in 'can_rx_register()'Ye Bin2022-12-121-2/+1
* | | | net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-127-252/+162
* | | | net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long2022-12-121-1/+1
* | | | openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long2022-12-121-1/+1
* | | | openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long2022-12-121-2/+4
* | | | openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long2022-12-121-11/+6
* | | | udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-122-2/+4
|/ / /
* | | Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-105-32/+385
|\ \ \
| * | | xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King2022-12-091-1/+1
| * | | xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-051-0/+4
| * | | xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-052-20/+62
| * | | xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky2022-12-053-6/+142
| * | | xfrm: add an interface to offload policyLeon Romanovsky2022-12-053-1/+153
| * | | xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-5/+19
| * | | xfrm: add new packet offload flagLeon Romanovsky2022-12-052-0/+5
* | | | net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia2022-12-101-3/+4
* | | | skbuff: Introduce slab_build_skb()Kees Cook2022-12-102-9/+63
* | | | mptcp: return 0 instead of 'err' varMatthieu Baerts2022-12-102-3/+3
* | | | mptcp: use nlmsg_free instead of kfree_skbGeliang Tang2022-12-101-4/+4
* | | | net: openvswitch: Add support to count upcall packetswangchuanlei2022-12-093-0/+107
* | | | net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-0914-25/+49
* | | | net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-0921-42/+81
* | | | net/sched: add retpoline wrapper for tcPedro Tammela2022-12-091-0/+5
* | | | net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-092-1/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-0926-75/+140
|\ \ \ \
| * | | | ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-081-0/+5