summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-07net/tls: Remove unused function declarationsYue Haibing1-4/+0
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean1-2/+5
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet3-9/+8
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet3-12/+11
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2-28/+32
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet2-12/+12
2023-08-05tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima1-3/+2
2023-08-05tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima2-7/+0
2023-08-05tcp_metrics: hash table allocation cleanupEric Dumazet1-12/+7
2023-08-05devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko3-16/+4
2023-08-05devlink: include the generated netlink headerJiri Pirko1-9/+2
2023-08-05devlink: add split ops generated according to specJiri Pirko3-1/+89
2023-08-05devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko2-4/+8
2023-08-05devlink: introduce couple of dumpit callbacks for split opsJiri Pirko4-27/+37
2023-08-05devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko3-6/+6
2023-08-05devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko3-4/+4
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski14-176/+316
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-168/+266
2023-08-04Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds40-130/+249
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+4
2023-08-03Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+1
2023-08-03tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet1-4/+5
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet1-4/+7
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet1-9/+14
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet1-2/+4
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet1-6/+13
2023-08-03tcp_metrics: fix addr_same() helperEric Dumazet1-1/+1
2023-08-03docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski1-1/+30
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski1-0/+1
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski4-0/+4
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells1-1/+10
2023-08-03tipc: Remove unused function declarationsYue Haibing4-5/+0
2023-08-03udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells1-0/+9
2023-08-03net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean1-8/+83
2023-08-03net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean1-2/+1
2023-08-03net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev1-5/+22
2023-08-03net: add hwtstamping helpers for stackable net devicesMaxim Georgiev1-7/+68
2023-08-03net: add NDOs for configuring hardware timestampingMaxim Georgiev1-2/+44
2023-08-03net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet1-1/+3
2023-08-03net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet1-31/+25
2023-08-03bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-1/+4
2023-08-02netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing1-3/+0
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing2-2/+0
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth1-0/+7
2023-08-02tc: flower: support for SPIRatheesh Kannoth1-0/+35
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth1-1/+52
2023-08-02net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma1-1/+1