summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| | * | | | | | net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| | * | | | | | net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-091-1/+5
| | | |_|_|/ / | | |/| | | |
| * | | | | | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-121-23/+4
| * | | | | | bridge: mcast: Support replacement of MDB port group entriesIdo Schimmel2022-12-122-5/+98
| * | | | | | bridge: mcast: Allow user space to specify MDB entry routing protocolIdo Schimmel2022-12-122-2/+14
| * | | | | | bridge: mcast: Allow user space to add (*, G) with a source list and filter modeIdo Schimmel2022-12-121-0/+130
| * | | | | | bridge: mcast: Add support for (*, G) with a source list and filter modeIdo Schimmel2022-12-122-3/+132
| * | | | | | bridge: mcast: Avoid arming group timer when (S, G) corresponds to a sourceIdo Schimmel2022-12-122-1/+2
| * | | | | | bridge: mcast: Add a flag for user installed source entriesIdo Schimmel2022-12-122-1/+3
| * | | | | | bridge: mcast: Expose __br_multicast_del_group_src()Ido Schimmel2022-12-122-3/+9
| * | | | | | bridge: mcast: Expose br_multicast_new_group_src()Ido Schimmel2022-12-122-1/+4
| * | | | | | bridge: mcast: Add a centralized error pathIdo Schimmel2022-12-121-4/+6
| * | | | | | bridge: mcast: Place netlink policy before validation functionsIdo Schimmel2022-12-121-6/+6
| * | | | | | bridge: mcast: Split (*, G) and (S, G) addition into different functionsIdo Schimmel2022-12-121-49/+96
| * | | | | | bridge: mcast: Do not derive entry type from its filter modeIdo Schimmel2022-12-121-6/+3
| * | | | | | net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-121-3/+3
| * | | | | | 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