index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
atm
/
idt77105.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
tcp_yeah: check struct yeah size at compile time
Eric Dumazet
1
-1
/
+1
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
1
-1
/
+1
2021-06-29
stmmac: intel: set PCI_D3hot in suspend
Voon Weifeng
1
-0
/
+1
2021-06-29
stmmac: intel: Enable PHY WOL option in EHL
Ling Pei Lee
1
-0
/
+1
2021-06-29
net: stmmac: option to enable PHY WOL with PMT enabled
Ling Pei Lee
2
-1
/
+3
2021-06-29
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: use netdev_info in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-3
/
+3
2021-06-29
ptp: Set lookup cookie when creating a PTP PPS source.
Jonathan Lemon
1
-0
/
+1
2021-06-29
net: sock: add trace for socket errors
Alexander Aring
2
-0
/
+70
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
42
-67
/
+75
2021-06-29
net: dsa: replay the local bridge FDB entries pointing to the bridge dev too
Vladimir Oltean
1
-0
/
+12
2021-06-29
net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...
Vladimir Oltean
2
-5
/
+5
2021-06-29
net: dsa: include fdb entries pointing to bridge in the host fdb list
Vladimir Oltean
1
-2
/
+11
2021-06-29
net: dsa: include bridge addresses which are local in the host fdb list
Tobias Waldekranz
1
-5
/
+13
2021-06-29
net: dsa: sync static FDB entries on foreign interfaces to hardware
Vladimir Oltean
1
-4
/
+8
2021-06-29
net: dsa: install the host MDB and FDB entries in the master's RX filter
Vladimir Oltean
1
-0
/
+24
2021-06-29
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
3
-7
/
+88
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
4
-5
/
+90
2021-06-29
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
3
-9
/
+115
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
4
-8
/
+92
2021-06-29
net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_of
Vladimir Oltean
1
-0
/
+26
2021-06-29
net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del
Vladimir Oltean
2
-23
/
+68
2021-06-29
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
1
-1
/
+4
2021-06-29
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
3
-11
/
+11
2021-06-29
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
2
-14
/
+21
2021-06-29
selftests: net: devlink_port_split: check devlink returned an element before ...
Paolo Pisati
1
-0
/
+3
2021-06-29
net: update netdev_rx_csum_fault() print dump only once
Tanner Love
1
-5
/
+9
2021-06-29
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
5
-70
/
+40
2021-06-29
net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()
Nathan Chancellor
1
-4
/
+1
2021-06-29
net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110
Vladimir Oltean
1
-4
/
+22
2021-06-29
net: phy: at803x: mask 1000 Base-X link mode
David Bauer
1
-1
/
+29
2021-06-29
net: bridge: mrp: Update the Test frames for MRA
Horatiu Vultur
2
-0
/
+38
2021-06-29
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
1
-3
/
+10
2021-06-29
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-0
/
+3
2021-06-29
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-29
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
6
-26
/
+44
2021-06-28
ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages
Andreas Roeseler
3
-25
/
+60
2021-06-28
flow_offload: action should not be NULL when it is referenced
gushengxian
1
-5
/
+7
2021-06-28
net: sparx5: fix error return code in sparx5_register_notifier_blocks()
Yang Yingliang
1
-1
/
+3
2021-06-28
net: sparx5: fix return value check in sparx5_create_targets()
Yang Yingliang
1
-2
/
+2
2021-06-28
net: sparx5: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-28
net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAG
Vladimir Oltean
3
-2
/
+102
2021-06-28
net: dsa: refactor the prechangeupper sanity checks into a dedicated function
Vladimir Oltean
1
-15
/
+29
2021-06-28
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
6
-27
/
+47
2021-06-28
net: bridge: constify variables in the replay helpers
Vladimir Oltean
4
-16
/
+16
2021-06-28
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
7
-20
/
+51
2021-06-28
net: switchdev: add a context void pointer to struct switchdev_notifier_info
Vladimir Oltean
11
-37
/
+44
2021-06-28
net: ocelot: delete call to br_fdb_replay
Vladimir Oltean
1
-4
/
+0
2021-06-28
net: bridge: include the is_local bit in br_fdb_replay
Vladimir Oltean
1
-0
/
+1
2021-06-28
xdp: Move the rxq_info.mem clearing to unreg_mem_model()
Jakub Kicinski
1
-5
/
+6
[next]