Age | Commit message (Expand) | Author | Files | Lines |
2021-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 88 | -390/+707 |
2021-06-29 | tcp: change ICSK_CA_PRIV_SIZE definition | Eric Dumazet | 1 | -1/+1 |
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 | Merge branch 'stmmac-phy-wol' | David S. Miller | 3 | -1/+5 |
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 | Merge branch 'ndo_dflt_fdb-print' | David S. Miller | 1 | -3/+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 | Merge branch 'inet-sk_error-tracers' | David S. Miller | 43 | -67/+145 |
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 | Merge branch 'dsa-rx-filtering' | David S. Miller | 10 | -79/+573 |
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 | Merge branch 'do_once_lite' | David S. Miller | 6 | -75/+49 |
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 | Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 38 | -581/+967 |
2021-06-29 | Merge branch 'sctp-size-validations' | David S. Miller | 6 | -30/+58 |
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-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 56 | -380/+394 |
2021-06-29 | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages | Andreas Roeseler | 3 | -25/+60 |
2021-06-29 | flow_offload: action should not be NULL when it is referenced | gushengxian | 1 | -5/+7 |
2021-06-29 | net: sparx5: fix error return code in sparx5_register_notifier_blocks() | Yang Yingliang | 1 | -1/+3 |
2021-06-29 | net: sparx5: fix return value check in sparx5_create_targets() | Yang Yingliang | 1 | -2/+2 |