summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+15
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau2-42/+1
2022-05-13net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-1/+0
2022-05-13net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean1-0/+2
2022-05-13net: mscc: ocelot: minimize holes in struct ocelot_portVladimir Oltean1-9/+11
2022-05-13net: mscc: ocelot: delete ocelot_port :: xmit_templateVladimir Oltean1-1/+0
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-1/+5
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-0/+2
2022-05-13net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean1-0/+11
2022-05-13skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski1-3/+1
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-13/+20
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-4/+8
2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook2-0/+20
2022-05-12Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+3
2022-05-12Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+1
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-0/+1
2022-05-11net: warn if transport header was not setEric Dumazet1-0/+2
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet1-0/+6
2022-05-11net: add include/net/net_debug.hEric Dumazet2-140/+152
2022-05-11Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+4
2022-05-11skbuff: render the checksum comment to documentationJakub Kicinski1-95/+124
2022-05-11skbuff: rewrite the doc for data-only skbsJakub Kicinski1-12/+30
2022-05-11skbuff: add a basic intro docJakub Kicinski1-0/+40
2022-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+7
2022-05-10virtio: fix virtio transitional idsShunsuke Mie1-7/+7
2022-05-10ptp: Support late timestamp determinationGerhard Engleder2-3/+32
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-4/+3
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder1-1/+6
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder1-0/+31
2022-05-10net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch1-0/+1
2022-05-10net/mlx5: Support devices with more than 2 portsMark Bloch1-1/+1
2022-05-10net/mlx5: Lag, expose number of lag portsMark Bloch1-0/+1
2022-05-10net/mlx5: Add exit route when waiting for FWGavin Li1-0/+1
2022-05-09rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definitionGleb Fotengauer-Malinovskiy1-1/+1
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel1-0/+1
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+1
2022-05-09net: skb: introduce skb_data_area_size()Ricardo Martinez1-0/+5
2022-05-09list: Add list_next_entry_circular() and list_prev_entry_circular()Ricardo Martinez1-0/+26
2022-05-08blk-mq: remove the error_count from struct requestWilly Tarreau1-1/+0
2022-05-07net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-6/+0
2022-05-07net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean1-0/+3
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-21/+0
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski1-0/+9
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-0/+3
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean1-1/+1
2022-05-06tcp: allow MPTCP to update the announced windowPaolo Abeni1-1/+1