index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
usb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
netfilter: nftables: add helper function to release one table
Pablo Neira Ayuso
1
-35
/
+40
2021-02-13
skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing
Alexander Lobakin
3
-11
/
+11
2021-02-13
skbuff: allow to use NAPI cache from __napi_alloc_skb()
Alexander Lobakin
1
-2
/
+3
2021-02-13
skbuff: allow to optionally use NAPI cache from __alloc_skb()
Alexander Lobakin
1
-1
/
+5
2021-02-13
skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads
Alexander Lobakin
2
-13
/
+83
2021-02-13
skbuff: move NAPI cache declarations upper in the file
Alexander Lobakin
1
-45
/
+45
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-13
net: axienet: Support dynamic switching between 1000BaseX and SGMII
Robert Hancock
2
-18
/
+71
2021-02-13
dt-bindings: net: xilinx_axienet: add xlnx,switch-x-sgmii attribute
Robert Hancock
1
-0
/
+4
2021-02-13
net: axienet: hook up nway_reset ethtool operation
Robert Hancock
1
-0
/
+8
2021-02-13
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
3
-22
/
+19
2021-02-13
tcp: fix SO_RCVLOWAT related hangs under mem pressure
Eric Dumazet
1
-2
/
+7
2021-02-13
selftests: tc: Add generic mpls matching support for tc-flower
Guillaume Nault
2
-1
/
+162
2021-02-13
selftests: tc: Add basic mpls_* matching support for tc-flower
Guillaume Nault
3
-1
/
+187
2021-02-13
net: dsa: sja1105: offload bridge port flags to device
Vladimir Oltean
3
-11
/
+219
2021-02-13
net: mscc: ocelot: offload bridge port flags to device
Vladimir Oltean
4
-5
/
+158
2021-02-13
net: mscc: ocelot: use separate flooding PGID for broadcast
Vladimir Oltean
3
-12
/
+18
2021-02-13
net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializes
Vladimir Oltean
1
-0
/
+1
2021-02-13
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
10
-127
/
+263
2021-02-13
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
10
-89
/
+129
2021-02-13
net: dsa: configure better brport flags when ports leave the bridge
Vladimir Oltean
1
-7
/
+38
2021-02-13
net: bridge: don't print in br_switchdev_set_port_flag
Vladimir Oltean
4
-14
/
+21
2021-02-13
net: bridge: offload all port flags at once in br_setport
Vladimir Oltean
2
-76
/
+39
2021-02-13
net: switchdev: propagate extack to port attributes
Vladimir Oltean
8
-11
/
+24
2021-02-13
octeontx2: Fix condition.
David S. Miller
1
-1
/
+1
2021-02-13
net: ipa: introduce gsi_channel_initialized()
Alex Elder
1
-8
/
+14
2021-02-13
net: ipa: introduce ipa_table_hash_support()
Alex Elder
3
-9
/
+17
2021-02-13
net: ipa: fix register write command validation
Alex Elder
1
-8
/
+24
2021-02-13
net: ipa: use dev_err_probe() in ipa_clock.c
Alex Elder
1
-4
/
+5
2021-02-13
net: ipa: use a separate pointer for adjusted GSI memory
Alex Elder
3
-26
/
+28
2021-02-13
octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-13
octeontx2-af: Fix spelling mistake "recievd" -> "received"
Colin Ian King
1
-1
/
+1
2021-02-13
rxrpc: Fix dependency on IPv6 in udp tunnel config
Vadim Fedorenko
1
-0
/
+2
2021-02-13
mptcp: add netlink event support
Florian Westphal
5
-7
/
+364
2021-02-13
mptcp: avoid lock_fast usage in accept path
Florian Westphal
3
-3
/
+35
2021-02-13
mptcp: pass subflow socket to a few helpers
Florian Westphal
5
-8
/
+8
2021-02-13
mptcp: move subflow close loop after sk close check
Florian Westphal
1
-3
/
+3
2021-02-13
mptcp: schedule worker when subflow is closed
Florian Westphal
2
-2
/
+27
2021-02-13
mptcp: split __mptcp_close_ssk helper
Florian Westphal
3
-7
/
+13
2021-02-13
mptcp: move pm netlink work into pm_netlink
Florian Westphal
3
-42
/
+42
2021-02-13
selftests: mptcp: fail if not enough SYN/3rd ACK
Matthieu Baerts
1
-8
/
+20
2021-02-13
selftests: mptcp: display warnings on one line
Matthieu Baerts
1
-23
/
+40
2021-02-13
selftests: mptcp: fix ACKRX debug message
Matthieu Baerts
1
-1
/
+1
2021-02-13
selftests: mptcp: dump more info on errors
Paolo Abeni
1
-3
/
+12
2021-02-12
net: hns3: refactor out hclge_rm_vport_all_mac_table()
Hao Chen
1
-24
/
+43
[next]