summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()Ido Schimmel2024-09-091-1/+2
* net: sysfs: Fix weird usage of class's namespace relevant fieldsZijun Hu2024-09-091-2/+2
* net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov2024-09-081-1/+3
* Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-09-0732-157/+172
|\
| * netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso2024-09-032-5/+44
| * netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso2024-09-032-17/+25
| * netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso2024-09-032-34/+22
| * netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso2024-09-032-2/+2
| * netfilter: nft_dynset: annotate data-races around set timeoutPablo Neira Ayuso2024-09-031-3/+3
| * netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso2024-09-031-2/+2
| * netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso2024-09-031-0/+3
| * netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso2024-09-031-0/+3
| * netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso2024-09-031-1/+1
| * netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal2024-09-0323-51/+26
| * netfilter: conntrack: Convert to use ERR_CAST()Shen Lichuan2024-09-031-1/+1
| * netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen2024-09-035-5/+5
| * netfilter: nft_counter: Use u64_stats_t for statistic.Sebastian Andrzej Siewior2024-09-031-44/+46
| * netfilter: ctnetlink: support CTA_FILTER for flushChangliang Wu2024-09-031-6/+3
* | netpoll: remove netpoll_srcuEric Dumazet2024-09-071-11/+4
* | net: tls: wait for async completion on last messageSascha Hauer2024-09-071-1/+1
* | net/core: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | net/ipv6: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | net/netfilter: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-3/+1
* | net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | net/ipv4: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-0617-114/+183
|\ \
| * | ila: call nf_unregister_net_hooks() soonerEric Dumazet2024-09-053-4/+16
| * | sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen2024-09-051-4/+7
| * | net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski2024-09-051-4/+2
| * | fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima2024-09-051-5/+24
| * | bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu2024-09-031-2/+2
| * | net: dqs: Do not use extern for unused dql_groupBreno Leitao2024-09-031-1/+1
| * | sch/netem: fix use after free in netem_dequeueStephen Hemminger2024-09-031-5/+4
| * | Merge tag 'for-net-2024-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-09-034-87/+112
| |\ \
| | * | Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz2024-08-301-18/+19
| | * | Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-08-302-25/+7
| | * | Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2024-08-302-43/+47
| | * | Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-2/+40
| * | | Merge tag 'linux-can-fixes-for-6.11-20240830' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-09-031-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima2024-08-061-0/+4
| * | | tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang2024-08-301-1/+1
| * | | net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park2024-08-302-1/+10
* | | | net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato2024-09-061-1/+5
* | | | Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-0522-94/+127
|\ \ \ \
| * | | | wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi2024-08-281-1/+14
| * | | | wifi: mac80211: scan: Use max macroYan Zhen2024-08-281-4/+2
| * | | | wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer2024-08-281-13/+16
| * | | | wifi: mac80211: fix RCU list iterationsJohannes Berg2024-08-284-4/+8
| * | | | wifi: mac80211: use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan2024-08-271-3/+3
| * | | | wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-271-2/+2