index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
syscalltbl.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-05
net: nfc: Fix spelling errors in net/nfc module
Zheng Yongjun
3
-4
/
+4
2021-04-05
tipc: Fix a kernel-doc warning in name_table.c
Wu XiangCheng
1
-0
/
+2
2021-04-05
mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist
Taehee Yoo
2
-25
/
+25
2021-04-05
qede: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-5
/
+2
2021-04-05
qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'
Christophe JAILLET
1
-1
/
+1
2021-04-05
sfc: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-7
/
+4
2021-04-05
ibmvnic: Use 'skb_frag_address()' instead of hand coding it
Christophe JAILLET
1
-3
/
+2
2021-04-05
net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
Christophe JAILLET
1
-2
/
+2
2021-04-05
net: x25: Queue received packets in the drivers instead of per-CPU queues
Xie He
3
-64
/
+80
2021-04-04
net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding it
Christophe JAILLET
2
-8
/
+5
2021-04-03
net: stmmac: Add support for XDP_REDIRECT action
Ong Boon Leong
2
-11
/
+84
2021-04-03
net: stmmac: Add support for XDP_TX action
Ong Boon Leong
2
-18
/
+232
2021-04-03
net: stmmac: Add initial XDP support
Ong Boon Leong
5
-27
/
+197
2021-04-03
net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
Ong Boon Leong
1
-30
/
+26
2021-04-03
net: stmmac: make SPH enable/disable to be configurable
Ong Boon Leong
2
-5
/
+8
2021-04-03
net: stmmac: set IRQ affinity hint for multi MSI vectors
Ong Boon Leong
1
-2
/
+13
2021-04-03
net/mlx5e: Dynamic alloc vlan table for netdev when needed
Vu Pham
4
-67
/
+90
2021-04-03
net/mlx5e: Dynamic alloc arfs table for netdev when needed
Vu Pham
2
-54
/
+69
2021-04-03
net/mlx5e: Reject tc rules which redirect from a VF to itself
Ariel Levkovich
1
-0
/
+13
2021-04-03
net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()
Roi Dayan
3
-11
/
+11
2021-04-03
net/mlx5: E-Switch, move QoS specific fields to existing qos struct
Parav Pandit
1
-2
/
+0
2021-04-03
net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
Parav Pandit
1
-0
/
+2
2021-04-03
net/mlx5: Pair mutex_destory with mutex_init for rate limit table
Parav Pandit
1
-1
/
+3
2021-04-03
net/mlx5: Allocate rate limit table when rate is configured
Parav Pandit
2
-9
/
+38
2021-04-03
net/mlx5: Use helper to increment, decrement rate entry refcount
Parav Pandit
1
-16
/
+18
2021-04-03
net/mlx5: Use helpers to allocate and free rl table entries
Parav Pandit
1
-19
/
+36
2021-04-03
net/mlx5: Do not hold mutex while reading table constants
Parav Pandit
1
-4
/
+6
2021-04-03
net/mlx5: Pack mlx5_rl_entry structure
Parav Pandit
1
-1
/
+1
2021-04-03
net/mlx5: Use unsigned int for free_count
Parav Pandit
1
-1
/
+1
2021-04-03
net/mlx5: E-Switch, move QoS specific fields to existing qos struct
Parav Pandit
2
-15
/
+15
2021-04-03
net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
Parav Pandit
1
-3
/
+3
2021-04-03
net/mlx5: CT: Add support for matching on ct_state inv and rel flags
Ariel Levkovich
1
-2
/
+24
2021-04-02
tcp: reorder tcp_congestion_ops for better cache locality
Eric Dumazet
1
-15
/
+27
2021-04-02
net: reorganize fields in netns_mib
Eric Dumazet
1
-10
/
+20
2021-04-02
nfc: pn533: prevent potential memory corruption
Dan Carpenter
1
-0
/
+3
2021-04-02
dpaa2-eth: export the rx copybreak value as an ethtool tunable
Ioana Ciornei
3
-2
/
+47
2021-04-02
dpaa2-eth: add rx copybreak support
Ioana Ciornei
2
-3
/
+36
2021-04-02
dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_buf
Ioana Ciornei
2
-15
/
+17
2021-04-02
selftests: mptcp: dump more info on mpjoin errors
Matthieu Baerts
1
-2
/
+15
2021-04-02
selftests: mptcp: init nstat history
Matthieu Baerts
1
-0
/
+7
2021-04-02
selftests: mptcp: launch mptcp_connect with timeout
Matthieu Baerts
4
-33
/
+72
2021-04-02
mptcp: add mptcp reset option support
Florian Westphal
9
-19
/
+180
2021-04-02
mptcp: remove unneeded check on first subflow
Paolo Abeni
2
-2
/
+2
2021-04-02
mptcp: add active MPC mibs
Paolo Abeni
4
-0
/
+7
2021-04-02
mptcp: add mib for token creation fallback
Paolo Abeni
4
-1
/
+8
2021-04-02
ionic: advertise support for hardware timestamps
Shannon Nelson
1
-0
/
+25
2021-04-02
ionic: ethtool ptp stats
Shannon Nelson
1
-4
/
+34
2021-04-02
ionic: add ethtool support for PTP
Shannon Nelson
1
-0
/
+93
2021-04-02
ionic: add and enable tx and rx timestamp handling
Shannon Nelson
4
-25
/
+157
2021-04-02
ionic: set up hw timestamp queues
Shannon Nelson
1
-5
/
+261
[next]