summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-12netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-12netns: add pre_exit method to struct pernet_operationsEric Dumazet1-0/+28
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-12net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2024-09-12net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2024-09-12net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-7/+8
2024-09-12net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2024-09-12net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2024-09-12bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel5-8/+12
2024-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2-3/+17
2024-09-12rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs1-2/+2
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang1-5/+3
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-09-04net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2024-09-04net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-09-04Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-09-04netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4
2024-09-04Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-09-04Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz1-11/+23
2024-09-04Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz1-8/+3
2024-09-04s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-09-04Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-08-19netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-101/+13
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso3-3/+12
2024-08-19netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso1-4/+9
2024-08-19SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-19wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-19Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-19ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-19net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-19tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-19ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-19net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2024-08-19ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-19af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-08-19netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-08-19ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno1-2/+2
2024-08-19wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-08-19wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-08-19net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-08-19net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2024-07-27net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-07-27Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4