Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | wifi: nl80211: fix nl80211 uapi comment style issues | Jeff Johnson | 2024-03-25 | 1 | -83/+83 | |
| * | | | | | | | wifi: nl80211: rename enum plink_actions | Jeff Johnson | 2024-03-25 | 1 | -1/+1 | |
| * | | | | | | | wifi: rtw88: SDIO device driver for RTL8723CS | Fiona Klute | 2024-03-14 | 1 | -0/+1 | |
| * | | | | | | | ssb: drop use of non-existing CONFIG_SSB_DEBUG symbol | Randy Dunlap | 2024-03-12 | 1 | -8/+0 | |
* | | | | | | | | net: ethtool: Add impedance mismatch result code to cable test | Pawel Dembicki | 2024-04-03 | 1 | -0/+4 | |
* | | | | | | | | net: phy: marvell: add basic support of 88E308X/88E609X family | Pawel Dembicki | 2024-04-03 | 1 | -0/+1 | |
* | | | | | | | | af_unix: Remove lock dance in unix_peek_fds(). | Kuniyuki Iwashima | 2024-04-03 | 1 | -1/+0 | |
* | | | | | | | | trace: tcp: fully support trace_tcp_send_reset | Jason Xing | 2024-04-03 | 1 | -2/+38 | |
* | | | | | | | | trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters | Jason Xing | 2024-04-03 | 3 | -11/+13 | |
* | | | | | | | | netdevice: add DEFINE_FREE() for dev_put | Johannes Berg | 2024-04-03 | 1 | -0/+2 | |
* | | | | | | | | rtnetlink: add guard for RTNL | Johannes Berg | 2024-04-03 | 1 | -0/+3 | |
* | | | | | | | | uapi: team: use header file generated from YAML spec | Hangbin Liu | 2024-04-02 | 1 | -73/+43 | |
* | | | | | | | | tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog | Jason Xing | 2024-04-02 | 1 | -1/+1 | |
* | | | | | | | | page_pool: check for PP direct cache locality later | Alexander Lobakin | 2024-04-02 | 1 | -6/+6 | |
* | | | | | | | | rhashtable: Improve grammar | Jonathan Neuschäfer | 2024-04-02 | 1 | -5/+5 | |
* | | | | | | | | genetlink: remove linux/genetlink.h | Jakub Kicinski | 2024-04-01 | 3 | -16/+10 | |
* | | | | | | | | netlink: create a new header for internal genetlink symbols | Jakub Kicinski | 2024-04-01 | 1 | -5/+0 | |
* | | | | | | | | tcp/dccp: do not care about families in inet_twsk_purge() | Eric Dumazet | 2024-04-01 | 2 | -2/+2 | |
* | | | | | | | | inet: preserve const qualifier in inet_csk() | Eric Dumazet | 2024-04-01 | 4 | -7/+4 | |
* | | | | | | | | net: rps: move received_rps field to a better location | Eric Dumazet | 2024-04-01 | 1 | -1/+1 | |
* | | | | | | | | net: rps: add rps_input_queue_head_add() helper | Eric Dumazet | 2024-04-01 | 1 | -2/+7 | |
* | | | | | | | | net: rps: change input_queue_tail_incr_save() | Eric Dumazet | 2024-04-01 | 2 | -15/+23 | |
* | | | | | | | | net: make softnet_data.dropped an atomic_t | Eric Dumazet | 2024-04-01 | 1 | -1/+2 | |
* | | | | | | | | net: move dev_xmit_recursion() helpers to net/core/dev.h | Eric Dumazet | 2024-04-01 | 1 | -17/+0 | |
* | | | | | | | | net: move kick_defer_list_purge() to net/core/dev.h | Eric Dumazet | 2024-04-01 | 1 | -1/+0 | |
* | | | | | | | | pfcp: always set pfcp metadata | Michal Swiatkowski | 2024-04-01 | 4 | -0/+93 | |
* | | | | | | | | pfcp: add PFCP module | Wojciech Drewek | 2024-04-01 | 1 | -0/+17 | |
* | | | | | | | | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin | 2024-04-01 | 7 | -65/+177 | |
* | | | | | | | | ip_tunnel: use a separate struct to store tunnel params in the kernel | Alexander Lobakin | 2024-04-01 | 2 | -8/+24 | |
* | | | | | | | | bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}() | Alexander Lobakin | 2024-04-01 | 1 | -33/+5 | |
* | | | | | | | | bitmap: introduce generic optimized bitmap_size() | Alexander Lobakin | 2024-04-01 | 2 | -4/+6 | |
* | | | | | | | | linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros | Alexander Lobakin | 2024-04-01 | 1 | -23/+4 | |
* | | | | | | | | bitops: let the compiler optimize {__,}assign_bit() | Alexander Lobakin | 2024-04-01 | 1 | -16/+4 | |
* | | | | | | | | bitops: make BYTES_TO_BITS() treewide-available | Alexander Lobakin | 2024-04-01 | 1 | -0/+2 | |
* | | | | | | | | bitops: add missing prototype check | Alexander Lobakin | 2024-04-01 | 1 | -0/+1 | |
* | | | | | | | | lib/bitmap: add bitmap_{read,write}() | Syed Nayyar Waris | 2024-04-01 | 1 | -0/+77 | |
* | | | | | | | | netlink: introduce type-checking attribute iteration | Johannes Berg | 2024-03-29 | 1 | -0/+27 | |
* | | | | | | | | net: add sk_wake_async_rcu() helper | Eric Dumazet | 2024-03-29 | 1 | -0/+6 | |
* | | | | | | | | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb | Balazs Scheidler | 2024-03-29 | 1 | -5/+24 | |
* | | | | | | | | net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent | Balazs Scheidler | 2024-03-29 | 2 | -43/+42 | |
* | | | | | | | | af_unix: Replace garbage collection algorithm. | Kuniyuki Iwashima | 2024-03-29 | 1 | -8/+0 | |
* | | | | | | | | af_unix: Assign a unique index to SCC. | Kuniyuki Iwashima | 2024-03-29 | 1 | -1/+1 | |
* | | | | | | | | af_unix: Save O(n) setup of Tarjan's algo. | Kuniyuki Iwashima | 2024-03-29 | 1 | -1/+0 | |
* | | | | | | | | af_unix: Fix up unix_edge.successor for embryo socket. | Kuniyuki Iwashima | 2024-03-29 | 1 | -0/+1 | |
* | | | | | | | | af_unix: Save listener for embryo socket. | Kuniyuki Iwashima | 2024-03-29 | 1 | -0/+1 | |
* | | | | | | | | af_unix: Detect Strongly Connected Components. | Kuniyuki Iwashima | 2024-03-29 | 1 | -0/+3 | |
* | | | | | | | | af_unix: Iterate all vertices by DFS. | Kuniyuki Iwashima | 2024-03-29 | 1 | -0/+2 | |
* | | | | | | | | af_unix: Link struct unix_edge when queuing skb. | Kuniyuki Iwashima | 2024-03-29 | 2 | -0/+3 | |
* | | | | | | | | af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd. | Kuniyuki Iwashima | 2024-03-29 | 2 | -0/+11 | |
* | | | | | | | | af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. | Kuniyuki Iwashima | 2024-03-29 | 2 | -0/+12 |