summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2024-09-122-12/+11
* net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov2024-09-123-17/+18
* net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2024-09-122-7/+8
* net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2024-09-122-23/+21
* net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov2024-09-123-16/+27
* bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2024-09-125-8/+12
* net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2024-09-122-3/+17
* rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs2024-09-121-2/+2
* can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima2024-09-121-0/+4
* netfilter: nf_conncount: fix wrong variable typeYunjian Wang2024-09-121-5/+3
* af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima2024-09-121-8/+1
* sch/netem: fix use after free in netem_dequeueStephen Hemminger2024-09-121-5/+4
* net: prevent mss overflow in skb_segment()Eric Dumazet2024-09-041-1/+2
* net:rds: Fix possible deadlock in rds_message_putAllison Henderson2024-09-041-2/+11
* Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-09-041-0/+4
* ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-09-041-0/+2
* netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior2024-09-041-0/+5
* kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2024-09-041-0/+4
* Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-09-041-12/+7
* Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2024-09-041-11/+23
* Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz2024-09-041-8/+3
* s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev2024-09-041-2/+1
* Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz2024-09-041-1/+2
* netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal2024-08-191-101/+13
* netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-08-193-3/+12
* netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso2024-08-191-4/+9
* SUNRPC: Fix a race to wake a sync taskBenjamin Coddington2024-08-191-1/+3
* wifi: nl80211: don't give key data to userspaceJohannes Berg2024-08-191-8/+2
* Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-191-0/+1
* net: linkwatch: use system_unbound_wqEric Dumazet2024-08-191-2/+2
* ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-191-16/+18
* net/iucv: fix use after free in iucv_sock_close()Alexandra Winter2024-08-191-2/+2
* tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida2024-08-191-1/+4
* ipv4: Fix incorrect source address in Record Route optionIdo Schimmel2024-08-191-1/+1
* net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski2024-08-191-12/+9
* ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-08-191-1/+2
* af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du2024-08-191-2/+84
* netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso2024-08-191-1/+2
* ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno2024-08-191-2/+2
* wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-191-1/+3
* wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-191-2/+2
* net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-08-191-2/+3
* net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2024-08-191-15/+16
* net: relax socket state check at accept time.Paolo Abeni2024-07-271-1/+3
* Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa2024-07-271-0/+4
* net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang2024-07-271-4/+4
* wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov2024-07-271-2/+6
* ila: block BH in ila_output()Eric Dumazet2024-07-271-1/+6
* wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov2024-07-271-4/+10
* wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande2024-07-271-0/+1