index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
2
-20
/
+94
2021-01-26
netfilter: flowtable: add hash offset field to tuple
Pablo Neira Ayuso
1
-0
/
+4
2021-01-25
Bluetooth: L2CAP: Fix handling fragmented length
Luiz Augusto von Dentz
1
-0
/
+1
2021-01-25
Bluetooth: disable advertisement filters during suspend
Howard Chung
1
-0
/
+2
2021-01-25
Bluetooth: advmon offload MSFT remove monitor
Archie Pusaka
1
-2
/
+6
2021-01-25
Bluetooth: advmon offload MSFT add monitor
Archie Pusaka
1
-3
/
+14
2021-01-25
Bluetooth: advmon offload MSFT add rssi support
Archie Pusaka
2
-0
/
+25
2021-01-23
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
1
-1
/
+1
2021-01-23
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
1
-0
/
+1
2021-01-22
mlxsw: Register physical ports as a devlink resource
Danielle Ratson
1
-0
/
+2
2021-01-22
sch_htb: Hierarchical QoS hardware offload
Maxim Mikityanskiy
1
-0
/
+36
2021-01-22
net: sched: Add extack to Qdisc_class_ops.delete
Maxim Mikityanskiy
1
-1
/
+2
2021-01-22
net: sched: Add multi-queue support to sch_tree_lock
Maxim Mikityanskiy
1
-4
/
+10
2021-01-22
tcp: remove unused ICSK_TIME_EARLY_RETRANS
Pengcheng Yang
1
-3
/
+1
2021-01-22
devlink: Support get and set state of port function
Parav Pandit
1
-0
/
+32
2021-01-22
devlink: Support add and delete devlink port
Parav Pandit
1
-0
/
+52
2021-01-22
devlink: Introduce PCI SF port flavour and port attribute
Parav Pandit
1
-0
/
+16
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
1
-8
/
+32
2021-01-22
cfg80211: Add phyrate conversion support for extended MCS in 60GHz band
Max Chen
1
-0
/
+2
2021-01-21
mac80211: add rx decapsulation offload support
Felix Fietkau
1
-0
/
+16
2021-01-21
net/fq_impl: do not maintain a backlog-sorted list of flows
Felix Fietkau
2
-52
/
+71
2021-01-21
net/fq_impl: drop get_default_func, move default flow to fq_tin
Felix Fietkau
2
-6
/
+6
2021-01-21
net/fq_impl: bulk-free packets from a flow on overmemory
Felix Fietkau
1
-11
/
+44
2021-01-20
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
1
-0
/
+1
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
2
-0
/
+3
2021-01-20
net, xdp: Introduce xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
1
-0
/
+2
2021-01-20
net, xdp: Introduce __xdp_build_skb_from_frame utility routine
Lorenzo Bianconi
1
-0
/
+3
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+20
2021-01-19
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
1
-5
/
+12
2021-01-18
net/bonding: Declare TLS RX device offload support
Tariq Toukan
1
-1
/
+1
2021-01-18
net/bonding: Implement TLS TX device offload
Tariq Toukan
1
-0
/
+2
2021-01-18
net/bonding: Implement ndo_sk_get_lower_dev
Tariq Toukan
1
-0
/
+2
2021-01-18
net_sched: fix RTNL deadlock again caused by request_module()
Cong Wang
1
-1
/
+4
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
1
-0
/
+3
2021-01-16
netfilter: nft_dynset: honor stateful expressions in set definition
Pablo Neira Ayuso
1
-0
/
+2
2021-01-15
net: dsa: add ops for devlink-sb
Vladimir Oltean
1
-0
/
+34
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+19
2021-01-15
dsa: add support for Arrow XRS700x tag trailer
George McCollister
1
-0
/
+2
2021-01-14
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+60
2021-01-14
cfg80211: fix a kerneldoc markup
Mauro Carvalho Chehab
1
-1
/
+1
2021-01-12
net: dsa: add optional stats64 support
Oleksij Rempel
1
-1
/
+3
2021-01-11
net: switchdev: delete the transaction object
Vladimir Oltean
1
-14
/
+0
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-3
/
+1
2021-01-11
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-3
/
+1
2021-01-11
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2
-7
/
+3
2021-01-11
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-3
/
+0
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-2
/
+1
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-0
/
+12
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-0
/
+7
2021-01-08
cfg80211/mac80211: fix kernel-doc for SAR APIs
Johannes Berg
2
-1
/
+5
[prev]
[next]