summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-2/+2
* net: tso: inline tso_count_descs()Yunsheng Lin2022-12-121-8/+0
* net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean2022-12-121-4/+4
* Merge tag 'for-net-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-1211-54/+102
|\
| * Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz2022-12-121-6/+16
| * Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2022-12-121-23/+38
| * Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz2022-12-121-1/+1
| * Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter2022-12-121-1/+1
| * Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter2022-12-121-1/+1
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-1214-343/+1500
|\ \ | |/ |/|
| * ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-102-2/+29
| * ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-102-4/+151
| * ipvs: use kthreads for stats estimationJulian Anastasov2022-12-102-95/+907
| * ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-103-30/+30
| * ipvs: use common functions for stats allocationJulian Anastasov2022-12-101-41/+55
| * ipvs: add rcu protection to statsJulian Anastasov2022-12-102-24/+50
| * netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong2022-12-081-0/+8
| * netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal2022-11-301-0/+53
| * netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-304-26/+114
| * netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal2022-11-302-100/+56
| * netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman2022-11-302-43/+69
| * netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter2022-11-221-2/+2
* | 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-055-2/+150
| * | | xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2022-12-052-0/+2
| * | | bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-041-0/+2
| * | | bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-041-0/+14
| * | | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-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