summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add NDOs for configuring hardware timestampingMaxim Georgiev2023-08-021-2/+44
* net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet2023-08-021-1/+3
* net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet2023-08-021-31/+25
* netlabel: Remove unused declaration netlbl_cipsov4_doi_free()Yue Haibing2023-08-021-3/+0
* ila: Remove unnecessary file net/ila.hYue Haibing2023-08-022-2/+0
* tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth2023-08-021-0/+7
* tc: flower: support for SPIRatheesh Kannoth2023-08-021-0/+35
* net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth2023-08-021-1/+52
* net: make sure we never create ifindex = 0Jakub Kicinski2023-08-011-2/+1
* net: dsa: tag_qca: return early if dev is not foundChristian Marangi2023-08-011-4/+4
* net/sched: sch_qfq: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* net/sched: sch_htb: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* net/sched: sch_drr: warn about class in use while deletingPedro Tammela2023-08-011-1/+3
* net/sched: wrap open coded Qdics class filter counterPedro Tammela2023-08-014-20/+15
* net/hsr: Remove unused function declarationsYue Haibing2023-07-311-2/+0
* vsock: Remove unused function declarationsYue Haibing2023-07-311-3/+0
* net/smc: Remove unused function declarationsYue Haibing2023-07-312-2/+0
* net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima2023-07-311-3/+3
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-315-27/+28
* Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-288-42/+197
|\
| * net/handshake: Trace events for TLS Alert helpersChuck Lever2023-07-282-0/+9
| * SUNRPC: Use new helpers to handle TLS AlertsChuck Lever2023-07-282-41/+48
| * net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever2023-07-281-0/+42
| * SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever2023-07-282-0/+4
| * net/handshake: Add API for sending TLS Closure alertsChuck Lever2023-07-284-1/+91
| * net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-283-0/+3
* | net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2023-07-282-21/+19
* | net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2023-07-283-122/+51
* | net: store netdevs in an xarrayJakub Kicinski2023-07-281-28/+54
* | IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-283-26/+58
* | net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato2023-07-281-37/+38
* | net: Explicitly include correct DT includesRob Herring2023-07-271-0/+1
* | Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-277-31/+22
|\ \
| * | netfilter: conntrack: validate cta_ip via parsingLin Ma2023-07-271-6/+2
| * | netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal2023-07-275-25/+18
| * | nf_conntrack: fix -Wunused-const-variable=Zhu Wang2023-07-271-0/+2
* | | Merge branch 'net-tls-fixes-for-nvme-over-tls'Jakub Kicinski2023-07-275-20/+135
|\ \ \
| * | | net/tls: implement ->read_sock()Hannes Reinecke2023-07-273-0/+103
| * | | net/tls: split tls_rx_reader_lockHannes Reinecke2023-07-271-16/+22
| * | | net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke2023-07-271-2/+1
| * | | net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke2023-07-271-1/+5
| * | | net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke2023-07-271-1/+4
| | |/ | |/|
* | | dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing2023-07-271-1/+0
* | | bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing2023-07-271-1/+0
* | | net: remove comment in ndisc_router_discoveryPatrick Rohr2023-07-271-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2711-35/+83
|\ \ \
| * | | tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
| * | | af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima2023-07-271-5/+16
| * | | tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2