index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
skbuff: remove __kfree_skb_flush()
Alexander Lobakin
3
-19
/
+1
2021-02-13
skbuff: use __build_skb_around() in __alloc_skb()
Alexander Lobakin
1
-17
/
+1
2021-02-13
skbuff: simplify __alloc_skb() a bit
Alexander Lobakin
1
-6
/
+5
2021-02-13
skbuff: make __build_skb_around() return void
Alexander Lobakin
1
-7
/
+6
2021-02-13
skbuff: simplify kmalloc_reserve()
Alexander Lobakin
1
-5
/
+2
2021-02-13
skbuff: move __alloc_skb() next to the other skb allocation functions
Alexander Lobakin
1
-142
/
+142
2021-02-12
Merge branch 'Xilinx-axienet-updates'
David S. Miller
3
-18
/
+83
2021-02-12
net: axienet: Support dynamic switching between 1000BaseX and SGMII
Robert Hancock
2
-18
/
+71
2021-02-12
dt-bindings: net: xilinx_axienet: add xlnx,switch-x-sgmii attribute
Robert Hancock
1
-0
/
+4
2021-02-12
net: axienet: hook up nway_reset ethtool operation
Robert Hancock
1
-0
/
+8
2021-02-12
Merge branch 'tcp-mem-pressure-vs-SO_RCVLOWAT'
David S. Miller
3
-24
/
+26
2021-02-12
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
3
-22
/
+19
2021-02-12
tcp: fix SO_RCVLOWAT related hangs under mem pressure
Eric Dumazet
1
-2
/
+7
2021-02-12
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
10
-136
/
+86
2021-02-12
Merge branch 'tc-mpls-selftests'
David S. Miller
3
-1
/
+348
2021-02-12
selftests: tc: Add generic mpls matching support for tc-flower
Guillaume Nault
2
-1
/
+162
2021-02-12
selftests: tc: Add basic mpls_* matching support for tc-flower
Guillaume Nault
3
-1
/
+187
2021-02-12
Merge branch 'brport-flags'
David S. Miller
29
-331
/
+889
2021-02-12
net: dsa: sja1105: offload bridge port flags to device
Vladimir Oltean
3
-11
/
+219
2021-02-12
net: mscc: ocelot: offload bridge port flags to device
Vladimir Oltean
4
-5
/
+158
2021-02-12
net: mscc: ocelot: use separate flooding PGID for broadcast
Vladimir Oltean
3
-12
/
+18
2021-02-12
net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializes
Vladimir Oltean
1
-0
/
+1
2021-02-12
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
10
-127
/
+263
2021-02-12
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
10
-89
/
+129
2021-02-12
net: dsa: configure better brport flags when ports leave the bridge
Vladimir Oltean
1
-7
/
+38
2021-02-12
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
4
-14
/
+21
2021-02-12
net: bridge: offload all port flags at once in br_setport
Vladimir Oltean
2
-76
/
+39
2021-02-12
net: switchdev: propagate extack to port attributes
Vladimir Oltean
8
-11
/
+24
2021-02-12
octeontx2: Fix condition.
David S. Miller
1
-1
/
+1
2021-02-12
Merge branch 'ipa-cleanups'
David S. Miller
7
-54
/
+87
2021-02-12
net: ipa: introduce gsi_channel_initialized()
Alex Elder
1
-8
/
+14
2021-02-12
net: ipa: introduce ipa_table_hash_support()
Alex Elder
3
-9
/
+17
2021-02-12
net: ipa: fix register write command validation
Alex Elder
1
-8
/
+24
2021-02-12
net: ipa: use dev_err_probe() in ipa_clock.c
Alex Elder
1
-4
/
+5
2021-02-12
net: ipa: use a separate pointer for adjusted GSI memory
Alex Elder
3
-26
/
+28
2021-02-12
Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...
David S. Miller
12
-427
/
+486
2021-02-12
octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-12
octeontx2-af: Fix spelling mistake "recievd" -> "received"
Colin Ian King
1
-1
/
+1
2021-02-12
Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...
David S. Miller
224
-5980
/
+33651
2021-02-12
rxrpc: Fix dependency on IPv6 in udp tunnel config
Vadim Fedorenko
1
-0
/
+2
2021-02-12
Merge branch 'mptcp-genl-events'
David S. Miller
9
-71
/
+491
2021-02-12
mptcp: add netlink event support
Florian Westphal
5
-7
/
+364
2021-02-12
mptcp: avoid lock_fast usage in accept path
Florian Westphal
3
-3
/
+35
2021-02-12
mptcp: pass subflow socket to a few helpers
Florian Westphal
5
-8
/
+8
2021-02-12
mptcp: move subflow close loop after sk close check
Florian Westphal
1
-3
/
+3
2021-02-12
mptcp: schedule worker when subflow is closed
Florian Westphal
2
-2
/
+27
2021-02-12
mptcp: split __mptcp_close_ssk helper
Florian Westphal
3
-7
/
+13
2021-02-12
mptcp: move pm netlink work into pm_netlink
Florian Westphal
3
-42
/
+42
2021-02-12
Merge branch 'mptcp-selftests'
David S. Miller
1
-28
/
+66
2021-02-12
selftests: mptcp: fail if not enough SYN/3rd ACK
Matthieu Baerts
1
-8
/
+20
[next]