Age | Commit message (Expand) | Author |
2021-02-14 | net: mscc: ocelot: use common tag parsing code with DSA | Vladimir Oltean |
2021-02-14 | net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcv | Vladimir Oltean |
2021-02-13 | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing | Alexander Lobakin |
2021-02-13 | skbuff: allow to use NAPI cache from __napi_alloc_skb() | Alexander Lobakin |
2021-02-13 | skbuff: allow to optionally use NAPI cache from __alloc_skb() | Alexander Lobakin |
2021-02-13 | skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads | Alexander Lobakin |
2021-02-13 | skbuff: move NAPI cache declarations upper in the file | Alexander Lobakin |
2021-02-13 | skbuff: remove __kfree_skb_flush() | Alexander Lobakin |
2021-02-13 | skbuff: use __build_skb_around() in __alloc_skb() | Alexander Lobakin |
2021-02-13 | skbuff: simplify __alloc_skb() a bit | Alexander Lobakin |
2021-02-13 | skbuff: make __build_skb_around() return void | Alexander Lobakin |
2021-02-13 | skbuff: simplify kmalloc_reserve() | Alexander Lobakin |
2021-02-13 | skbuff: move __alloc_skb() next to the other skb allocation functions | Alexander Lobakin |
2021-02-12 | tcp: factorize logic into tcp_epollin_ready() | Eric Dumazet |
2021-02-12 | net: dsa: act as passthrough for bridge port flags | Vladimir Oltean |
2021-02-12 | net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes | Vladimir Oltean |
2021-02-12 | net: dsa: configure better brport flags when ports leave the bridge | Vladimir Oltean |
2021-02-12 | net: bridge: don't print in br_switchdev_set_port_flag | Vladimir Oltean |
2021-02-12 | net: bridge: offload all port flags at once in br_setport | Vladimir Oltean |
2021-02-12 | net: switchdev: propagate extack to port attributes | Vladimir Oltean |
2021-02-12 | flow_dissector: fix TTL and TOS dissection on IPv4 fragments | Davide Caratti |
2021-02-12 | Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub... | David S. Miller |
2021-02-12 | rxrpc: Fix dependency on IPv6 in udp tunnel config | Vadim Fedorenko |
2021-02-12 | appletalk: Fix skb allocation size in loopback case | Doug Brown |
2021-02-12 | mptcp: add netlink event support | Florian Westphal |
2021-02-12 | mptcp: avoid lock_fast usage in accept path | Florian Westphal |
2021-02-12 | mptcp: pass subflow socket to a few helpers | Florian Westphal |
2021-02-12 | mptcp: move subflow close loop after sk close check | Florian Westphal |
2021-02-12 | mptcp: schedule worker when subflow is closed | Florian Westphal |
2021-02-12 | mptcp: split __mptcp_close_ssk helper | Florian Westphal |
2021-02-12 | mptcp: move pm netlink work into pm_netlink | Florian Westphal |
2021-02-13 | bpf: Drop MTU check when doing TC-BPF redirect to ingress | Jesper Dangaard Brouer |
2021-02-13 | bpf: Add BPF-helper for MTU checking | Jesper Dangaard Brouer |
2021-02-13 | bpf: bpf_fib_lookup return MTU value as output when looked up | Jesper Dangaard Brouer |
2021-02-13 | bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx | Jesper Dangaard Brouer |
2021-02-13 | bpf: Remove MTU check in __bpf_skb_max_len | Jesper Dangaard Brouer |
2021-02-12 | cfg80211/mac80211: Support disabling HE mode | Ben Greear |
2021-02-12 | mac80211: add STBC encoding to ieee80211_parse_tx_radiotap | Philipp Borgers |
2021-02-12 | mac80211: minstrel_ht: remove sample rate switching code for constrained devices | Felix Fietkau |
2021-02-12 | mac80211: minstrel_ht: show sampling rates in debugfs | Felix Fietkau |
2021-02-12 | mac80211: minstrel_ht: significantly redesign the rate probing strategy | Felix Fietkau |
2021-02-12 | mac80211: minstrel_ht: reduce the need to sample slower rates | Felix Fietkau |
2021-02-12 | mac80211: minstrel_ht: update total packets counter in tx status path | Felix Fietkau |
2021-02-12 | mac80211: minstrel_ht: use bitfields to encode rate indexes | Felix Fietkau |
2021-02-12 | cfg80211: initialize reg_rule in __freq_reg_info() | Luca Coelho |
2021-02-12 | mac80211: fix potential overflow when multiplying to u32 integers | Colin Ian King |
2021-02-12 | mac80211: enable QoS support for nl80211 ctrl port | Markus Theil |
2021-02-12 | cfg80211: remove unused callback | Matteo Croce |
2021-02-11 | net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICE | Tariq Toukan |
2021-02-11 | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPING | Tariq Toukan |