Age | Commit message (Expand) | Author | Files | Lines |
2021-10-27 | net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device | Vladimir Oltean | 2 | -164/+33 |
2021-10-27 | net: bridge: create a common function for populating switchdev FDB entries | Vladimir Oltean | 1 | -19/+22 |
2021-10-27 | net: bridge: move br_fdb_replay inside br_switchdev.c | Vladimir Oltean | 3 | -56/+54 |
2021-10-27 | net: bridge: reduce indentation level in fdb_create | Vladimir Oltean | 1 | -14/+17 |
2021-10-27 | net: bridge: rename br_fdb_insert to br_fdb_add_local | Vladimir Oltean | 4 | -8/+7 |
2021-10-27 | net: bridge: rename fdb_insert to fdb_add_local | Vladimir Oltean | 1 | -7/+7 |
2021-10-27 | net: bridge: remove fdb_insert forward declaration | Vladimir Oltean | 1 | -59/+57 |
2021-10-27 | net: bridge: remove fdb_notify forward declaration | Vladimir Oltean | 1 | -124/+122 |
2021-10-27 | net: Prevent HW-GRO and LRO features operate together | Ben Ben-ishay | 1 | -0/+5 |
2021-10-26 | net: dsa: stop calling dev_hold in dsa_slave_fdb_event | Vladimir Oltean | 1 | -3/+0 |
2021-10-26 | net: dsa: flush switchdev workqueue when leaving the bridge | Vladimir Oltean | 1 | -0/+2 |
2021-10-26 | mctp: Implement extended addressing | Jeremy Kerr | 2 | -35/+149 |
2021-10-26 | net: hsr: Add support for redbox supervision frames | Andreas Oetken | 4 | -26/+113 |
2021-10-26 | tcp: remove unneeded code from tcp_stream_alloc_skb() | Eric Dumazet | 1 | -3/+0 |
2021-10-26 | tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb | Eric Dumazet | 1 | -2/+2 |
2021-10-26 | tcp: rename sk_stream_alloc_skb | Eric Dumazet | 2 | -11/+11 |
2021-10-26 | netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrf | Florian Westphal | 2 | -1/+27 |
2021-10-26 | tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() | Jon Maxwell | 1 | -1/+1 |
2021-10-26 | ipv6/tcp: small drop monitor changes | Eric Dumazet | 1 | -2/+2 |
2021-10-26 | ipv4: guard IP_MINTTL with a static key | Eric Dumazet | 2 | -8/+18 |
2021-10-26 | ipv4: annotate data races arount inet->min_ttl | Eric Dumazet | 2 | -3/+9 |
2021-10-26 | ipv6: guard IPV6_MINHOPCOUNT with a static key | Eric Dumazet | 2 | -8/+19 |
2021-10-26 | ipv6: annotate data races around np->min_hopcount | Eric Dumazet | 2 | -3/+8 |
2021-10-26 | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie | Eric Dumazet | 2 | -5/+5 |
2021-10-26 | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex | Eric Dumazet | 2 | -6/+6 |
2021-10-25 | bluetooth: use dev_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-25 | bluetooth: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-10-25 | net/tls: getsockopt supports complete algorithm list | Tianjia Zhang | 1 | -0/+42 |
2021-10-25 | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work | Vladimir Oltean | 1 | -2/+0 |
2021-10-25 | net: dsa: introduce locking for the address lists on CPU and DSA ports | Vladimir Oltean | 2 | -24/+53 |
2021-10-25 | net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error | Vladimir Oltean | 1 | -2/+2 |
2021-10-25 | Revert "Merge branch 'dsa-rtnl'" | David S. Miller | 3 | -53/+26 |
2021-10-25 | Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/... | David S. Miller | 1 | -1/+1 |
2021-10-24 | can: bcm: Use hrtimer_forward_now() | Thomas Gleixner | 1 | -1/+1 |
2021-10-24 | net: atm: use address setting helpers | Jakub Kicinski | 2 | -4/+5 |
2021-10-24 | net: caif: get ready for const netdev->dev_addr | Jakub Kicinski | 1 | -1/+1 |
2021-10-24 | net: hsr: get ready for const netdev->dev_addr | Jakub Kicinski | 2 | -4/+4 |
2021-10-24 | net: rtnetlink: use __dev_addr_set() | Jakub Kicinski | 1 | -2/+2 |
2021-10-24 | net: core: constify mac addrs in selftests | Jakub Kicinski | 1 | -4/+4 |
2021-10-24 | net: convert users of bitmap_foo() to linkmode_foo() | Sean Anderson | 1 | -4/+3 |
2021-10-24 | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work | Vladimir Oltean | 1 | -2/+0 |
2021-10-24 | net: dsa: introduce locking for the address lists on CPU and DSA ports | Vladimir Oltean | 2 | -24/+53 |
2021-10-23 | devlink: Clean not-executed param notifications | Leon Romanovsky | 1 | -4/+11 |
2021-10-23 | devlink: Remove not-executed trap group notifications | Leon Romanovsky | 1 | -7/+5 |
2021-10-23 | devlink: Remove not-executed trap policer notifications | Leon Romanovsky | 1 | -7/+5 |
2021-10-23 | devlink: Delete obsolete parameters publish API | Leon Romanovsky | 1 | -49/+8 |
2021-10-23 | gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE... | Stephen Suryaputra | 1 | -0/+3 |
2021-10-22 | Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub... | Jakub Kicinski | 27 | -609/+1140 |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 16 | -99/+122 |
2021-10-21 | mac80211: Prevent AP probing during suspend | Loic Poulain | 3 | -0/+14 |