summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-07net/tls: Remove unused function declarationsYue Haibing
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet
2023-08-04tcp: Update stale comment for MD5 in tcp_parse_options().Kuniyuki Iwashima
2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima
2023-08-04tcp_metrics: hash table allocation cleanupEric Dumazet
2023-08-04devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko
2023-08-04devlink: include the generated netlink headerJiri Pirko
2023-08-04devlink: add split ops generated according to specJiri Pirko
2023-08-04devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko
2023-08-04devlink: introduce couple of dumpit callbacks for split opsJiri Pirko
2023-08-04devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko
2023-08-04devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-08-03tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-03tcp_metrics: fix addr_same() helperEric Dumazet
2023-08-03docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-08-03udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-08-03tipc: Remove unused function declarationsYue Haibing
2023-08-02udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean
2023-08-02net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...Vladimir Oltean
2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev
2023-08-02net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet
2023-08-02net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang
2023-08-02netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing
2023-08-02ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth
2023-08-02tc: flower: support for SPIRatheesh Kannoth
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth