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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
net: phy: added the LAN937x phy support
Arun Ramadoss
1
-1
/
+54
2022-03-04
net: phy: updated the initialization routine for LAN87xx
Arun Ramadoss
1
-42
/
+175
2022-03-04
net: phy: removed empty lines in LAN87XX
Arun Ramadoss
1
-4
/
+0
2022-03-04
net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX
Arun Ramadoss
1
-3
/
+4
2022-03-04
net: phy: used genphy_soft_reset for phy reset in LAN87xx
Arun Ramadoss
1
-12
/
+2
2022-03-04
net: phy: micrel: 1588 support for LAN8814 phy
Divya Koppera
1
-22
/
+1066
2022-03-04
dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy
Divya Koppera
1
-0
/
+17
2022-03-04
net: phy: micrel: Fix concurrent register access
Divya Koppera
1
-14
/
+16
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
3
-3
/
+11
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
3
-1
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
3
-1
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
3
-1
/
+11
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
3
-2
/
+8
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
2
-4
/
+11
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
3
-1
/
+3
2022-03-04
net: dev: Use netif_rx().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-03-04
net: bridge: Use netif_rx().
Sebastian Andrzej Siewior
1
-2
/
+2
2022-03-04
net: macvlan: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
9
-9
/
+9
2022-03-04
net: dsa: Use netif_rx().
Sebastian Andrzej Siewior
3
-3
/
+3
2022-03-04
net: caif: Use netif_rx().
Sebastian Andrzej Siewior
2
-2
/
+2
2022-03-04
net: sgi-xp: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
net: xtensa: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
docs: networking: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinit
Vladimir Oltean
1
-1
/
+0
2022-03-04
net: dsa: felix: print error message in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+5
2022-03-04
net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+1
2022-03-04
net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()
Vladimir Oltean
1
-5
/
+2
2022-03-04
net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_init
Vladimir Oltean
1
-1
/
+0
2022-03-04
net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCP
Vladimir Oltean
1
-2
/
+2
2022-03-04
net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filter
Vladimir Oltean
1
-5
/
+3
2022-03-03
net/smc: fix document build WARNING from smc-sysctl.rst
Dust Li
2
-3
/
+4
2022-03-03
net: marvell: Use min() instead of doing it manually
Haowen Bai
1
-1
/
+1
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
8
-125
/
+363
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
5
-53
/
+115
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
7
-68
/
+83
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
2
-22
/
+14
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
8
-152
/
+163
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
1
-5
/
+4
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
1
-8
/
+3
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
1
-19
/
+8
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
1
-7
/
+6
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
1
-61
/
+26
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
10
-95
/
+142
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
2
-55
/
+53
2022-03-03
net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change
Vladimir Oltean
1
-1
/
+1
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
1
-2
/
+4
2022-03-03
selftests: mlxsw: resource_scale: Fix return value
Amit Cohen
1
-1
/
+1
2022-03-03
selftests: mlxsw: tc_police_scale: Make test more robust
Amit Cohen
1
-1
/
+2
2022-03-03
net: dcb: disable softirqs in dcbnl_flush_dev()
Vladimir Oltean
1
-2
/
+2
[next]