summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-08-01net: dsa: tag_qca: return early if dev is not foundChristian Marangi1-4/+4
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela4-20/+15
2023-08-01net/hsr: Remove unused function declarationsYue Haibing1-2/+0
2023-08-01vsock: Remove unused function declarationsYue Haibing1-3/+0
2023-08-01net/smc: Remove unused function declarationsYue Haibing2-2/+0
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth5-27/+28
2023-07-29Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski8-42/+197
2023-07-29net/handshake: Trace events for TLS Alert helpersChuck Lever2-0/+9
2023-07-29SUNRPC: Use new helpers to handle TLS AlertsChuck Lever2-41/+48
2023-07-29net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever1-0/+42
2023-07-29SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever2-0/+4
2023-07-29net/handshake: Add API for sending TLS Closure alertsChuck Lever4-1/+91
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever3-0/+3
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-21/+19
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski3-122/+51
2023-07-28net: store netdevs in an xarrayJakub Kicinski1-28/+54
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu3-26/+58
2023-07-28net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato1-37/+38
2023-07-28net: Explicitly include correct DT includesRob Herring1-0/+1
2023-07-28Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-31/+22
2023-07-28Merge branch 'net-tls-fixes-for-nvme-over-tls'Jakub Kicinski5-20/+135
2023-07-28net/tls: implement ->read_sock()Hannes Reinecke3-0/+103
2023-07-28net/tls: split tls_rx_reader_lockHannes Reinecke1-16/+22
2023-07-28net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke1-2/+1
2023-07-28net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke1-1/+5
2023-07-28net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke1-1/+4
2023-07-28dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing1-1/+0
2023-07-28bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing1-1/+0
2023-07-28net: remove comment in ndisc_router_discoveryPatrick Rohr1-4/+0
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-35/+83
2023-07-27virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov1-3/+60
2023-07-27virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov1-22/+19
2023-07-27netfilter: conntrack: validate cta_ip via parsingLin Ma1-6/+2
2023-07-27netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal5-25/+18