aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-11net: warn if transport header was not setEric Dumazet1-0/+2
2022-05-11net: add include/net/net_debug.hEric Dumazet1-140/+1
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-10skbuff: render the checksum comment to documentationJakub Kicinski1-95/+124
2022-05-10skbuff: rewrite the doc for data-only skbsJakub Kicinski1-12/+30
2022-05-10skbuff: add a basic intro docJakub Kicinski1-0/+40
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-09net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch1-0/+1
2022-05-09net/mlx5: Support devices with more than 2 portsMark Bloch1-1/+1
2022-05-09net/mlx5: Lag, expose number of lag portsMark Bloch1-0/+1
2022-05-09net/mlx5: Add exit route when waiting for FWGavin Li1-0/+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-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-05net: Make msg_zerocopy_alloc staticDavid Ahern1-1/+0
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+3
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-05-03net/mlx5: Remove not-supported ICV lengthLeon Romanovsky1-2/+0
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-145/+0
2022-05-03net/mlx5: Remove useless validity checkLeon Romanovsky1-10/+0
2022-05-03net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky1-4/+6
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-17/+33
2022-05-03Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2-10/+18
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-4/+5
2022-05-02net/mlx5: fs, add unused destination typeMark Bloch1-0/+1
2022-05-02net/mlx5: fs, split software and IFC flow destination definitionsMark Bloch2-10/+17
2022-05-02Stefan Schmidt says:Jakub Kicinski1-8/+73
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici2-0/+73
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-1/+1
2022-05-01net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-04-30net: lan966x: Fix compilation errorHoratiu Vultur1-0/+4
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-2/+12
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-14/+22
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski1-1/+5
2022-04-29tcp: pass back data left in socket after receiveJens Axboe1-1/+5
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-285/+66
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-12/+9
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-149/+122
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1