summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-131-14/+20
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-09-131-0/+2
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-09-131-0/+21
* netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-09-131-12/+8
* netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-131-0/+1
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-131-1/+2
* netrom: Deny concurrent connect().Kuniyuki Iwashima2023-09-131-0/+5
* net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-09-131-0/+4
* wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-09-131-0/+1
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-09-135-13/+13
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-132-2/+2
* lwt: Fix return values of BPF xmit opsYan Zhai2023-09-131-4/+3
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-09-131-1/+17
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-09-131-1/+1
* Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-09-131-5/+5
* Bluetooth: Fix potential use-after-free when clear keysMin Li2023-09-131-8/+8
* bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer2023-09-131-0/+2
* udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-09-132-10/+29
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-09-131-2/+1
* net: Avoid address overwrite in kernel_connectJordan Rife2023-09-131-1/+5
* sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-09-131-1/+4
* netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-09-131-1/+2
* wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-09-131-3/+3
* wifi: cfg80211: remove links only on APJohannes Berg2023-09-131-1/+8
* net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-09-132-12/+16
* 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-09-131-1/+1
* 9p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet2023-09-131-1/+1
* Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima2023-09-131-3/+0
* can: raw: add missing refcount for memory leak fixOliver Hartkopp2023-08-301-9/+26
* batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-301-0/+3
* batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-301-1/+3
* batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-301-1/+0
* batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-08-302-2/+4
* batman-adv: Don't increase MTU when set by userSven Eckelmann2023-08-303-1/+22
* batman-adv: Trigger events for auto adjusted MTUSven Eckelmann2023-08-301-1/+1
* wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-301-2/+10
* rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-301-0/+3
* netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-301-3/+10
* netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso2023-08-301-1/+1
* net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-301-13/+40
* can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp2023-08-301-15/+7
* ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-305-7/+7
* net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-301-4/+18
* dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-301-8/+12
* sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-301-1/+1
* devlink: add missing unregister linecard notificationJiri Pirko2023-08-301-0/+3
* devlink: move code to a dedicated directoryJakub Kicinski2023-08-304-1/+4
* can: raw: fix lockdep issue in raw_release()Eric Dumazet2023-08-301-2/+3
* can: raw: fix receiver memory leakZiyang Xuan2023-08-301-33/+24
* xprtrdma: Remap Receive buffers after a reconnectChuck Lever2023-08-301-5/+4