Age | Commit message (Expand) | Author | Files | Lines |
2022-05-13 | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk | Luiz Augusto von Dentz | 2 | -2/+15 |
2022-05-13 | net: inet: Retire port only listening_hash | Martin KaFai Lau | 2 | -42/+1 |
2022-05-13 | net: inet: Remove count from inet_listen_hashbucket | Martin KaFai Lau | 1 | -1/+0 |
2022-05-13 | net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index | Vladimir Oltean | 1 | -0/+2 |
2022-05-13 | net: mscc: ocelot: minimize holes in struct ocelot_port | Vladimir Oltean | 1 | -9/+11 |
2022-05-13 | net: mscc: ocelot: delete ocelot_port :: xmit_template | Vladimir Oltean | 1 | -1/+0 |
2022-05-13 | net: dsa: remove port argument from ->change_tag_protocol() | Vladimir Oltean | 1 | -1/+5 |
2022-05-13 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean | 1 | -0/+2 |
2022-05-13 | net: dsa: introduce the dsa_cpu_ports() helper | Vladimir Oltean | 1 | -0/+11 |
2022-05-13 | skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE() | Jakub Kicinski | 1 | -3/+1 |
2022-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -13/+20 |
2022-05-12 | Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 5 | -4/+8 |
2022-05-12 | fortify: Provide a memcpy trap door for sharp corners | Kees Cook | 2 | -0/+20 |
2022-05-12 | Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 1 | -0/+3 |
2022-05-12 | Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 1 | -1/+1 |
2022-05-12 | Bluetooth: Fix the creation of hdev->name | Itay Iellin | 1 | -0/+3 |
2022-05-12 | net/sched: act_pedit: really ensure the skb is writable | Paolo Abeni | 1 | -0/+1 |
2022-05-11 | net: warn if transport header was not set | Eric Dumazet | 1 | -0/+2 |
2022-05-11 | net: add CONFIG_DEBUG_NET | Eric Dumazet | 1 | -0/+6 |
2022-05-11 | net: add include/net/net_debug.h | Eric Dumazet | 2 | -140/+152 |
2022-05-11 | Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 1 | -1/+4 |
2022-05-11 | skbuff: render the checksum comment to documentation | Jakub Kicinski | 1 | -95/+124 |
2022-05-11 | skbuff: rewrite the doc for data-only skbs | Jakub Kicinski | 1 | -12/+30 |
2022-05-11 | skbuff: add a basic intro doc | Jakub Kicinski | 1 | -0/+40 |
2022-05-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -7/+7 |
2022-05-10 | virtio: fix virtio transitional ids | Shunsuke Mie | 1 | -7/+7 |
2022-05-10 | ptp: Support late timestamp determination | Gerhard Engleder | 2 | -3/+32 |
2022-05-10 | ptp: Pass hwtstamp to ptp_convert_timestamp() | Gerhard Engleder | 1 | -4/+3 |
2022-05-10 | ptp: Request cycles for TX timestamp | Gerhard Engleder | 1 | -1/+6 |
2022-05-10 | ptp: Add cycles support for virtual clocks | Gerhard Engleder | 1 | -0/+31 |
2022-05-10 | net/mlx5: Lag, add debugfs to query hardware lag state | Mark Bloch | 1 | -0/+1 |
2022-05-10 | net/mlx5: Support devices with more than 2 ports | Mark Bloch | 1 | -1/+1 |
2022-05-10 | net/mlx5: Lag, expose number of lag ports | Mark Bloch | 1 | -0/+1 |
2022-05-10 | net/mlx5: Add exit route when waiting for FW | Gavin Li | 1 | -0/+1 |
2022-05-09 | rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition | Gleb Fotengauer-Malinovskiy | 1 | -1/+1 |
2022-05-09 | net: phy: export genphy_c45_baset1_read_status() | Oleksij Rempel | 1 | -0/+1 |
2022-05-09 | net: phy: introduce genphy_c45_pma_baset1_read_master_slave() | Oleksij Rempel | 1 | -0/+1 |
2022-05-09 | net: phy: introduce genphy_c45_pma_baset1_setup_master_slave() | Oleksij Rempel | 1 | -0/+1 |
2022-05-09 | rtnetlink: add extack support in fdb del handlers | Alaa Mohamed | 1 | -1/+1 |
2022-05-09 | net: skb: introduce skb_data_area_size() | Ricardo Martinez | 1 | -0/+5 |
2022-05-09 | list: Add list_next_entry_circular() and list_prev_entry_circular() | Ricardo Martinez | 1 | -0/+26 |
2022-05-08 | blk-mq: remove the error_count from struct request | Willy Tarreau | 1 | -1/+0 |
2022-05-07 | net: dsa: delete dsa_port_walk_{fdbs,mdbs} | Vladimir Oltean | 1 | -6/+0 |
2022-05-07 | net: dsa: felix: perform MDB migration based on ocelot->multicast list | Vladimir Oltean | 1 | -0/+3 |
2022-05-06 | Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+1 |
2022-05-06 | net: move netif_set_gso_max helpers | Jakub Kicinski | 1 | -21/+0 |
2022-05-06 | net: don't allow user space to lift the device limits | Jakub Kicinski | 1 | -0/+9 |
2022-05-06 | net: add netif_inherit_tso_max() | Jakub Kicinski | 1 | -0/+3 |
2022-05-06 | net: mscc: ocelot: mark traps with a bool instead of keeping them in a list | Vladimir Oltean | 1 | -1/+1 |
2022-05-06 | tcp: allow MPTCP to update the announced window | Paolo Abeni | 1 | -1/+1 |