summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-081-7/+15
|\
| * net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi2022-04-061-7/+15
* | net/sched: flower: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* | net/sched: matchall: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* | net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel2022-04-081-2/+4
* | net/sched: act_vlan: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_tunnel_key: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+7
* | net/sched: act_police: Add extack messages for offload failureIdo Schimmel2022-04-081-3/+14
* | net/sched: act_pedit: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_mpls: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+7
* | net/sched: act_mirred: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_gact: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+10
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-0816-24/+44
* | net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-6/+6
* | net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-10/+7
* | tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2022-04-082-8/+4
* | tls: rx: refactor decrypt_skb_update()Jakub Kicinski2022-04-081-33/+33
* | tls: rx: don't issue wake ups when data is decryptedJakub Kicinski2022-04-081-2/+0
* | tls: rx: replace 'back' with 'offset'Jakub Kicinski2022-04-081-5/+4
* | tls: rx: use a define for tag lengthJakub Kicinski2022-04-081-2/+2
* | tls: rx: init decrypted status in tls_read_size()Jakub Kicinski2022-04-081-4/+1
* | tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-082-5/+8
* | tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-081-21/+17
* | tls: rx: drop pointless else after gotoJakub Kicinski2022-04-081-2/+1
* | tls: rx: jump to a more appropriate labelJakub Kicinski2022-04-081-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-0720-47/+210
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-061-4/+13
| |\ \
| | * | bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-061-4/+13
| * | | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal2022-04-061-1/+1
| * | | rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet2022-04-061-1/+1
| * | | net: openvswitch: fix leak of nested actionsIlya Maximets2022-04-061-5/+90
| * | | net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-052-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-057-8/+8
| |\ \ \
| | * | | netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin2022-04-056-6/+6
| | * | | netfilter: bitwise: fix reduce comparisonsJeremy Sowden2022-03-291-2/+2
| * | | | ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-051-1/+1
| * | | | sctp: count singleton chunks in assoc user statsJamie Bainbridge2022-04-051-1/+5
| * | | | net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov2022-04-011-1/+6
| * | | | mctp: Use output netdev to allocate skb headroomMatt Johnston2022-04-012-16/+44
| * | | | mctp: Fix check for dev_hard_header() resultMatt Johnston2022-04-011-1/+1
| * | | | Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean2022-04-011-1/+24
| * | | | skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker2022-04-011-4/+11
| * | | | net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan2022-04-011-1/+1
| | |_|/ | |/| |
* | | | net: mpls: fix memdup.cocci warningGONG, Ruiqi2022-04-071-2/+1
* | | | net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand2022-04-071-1/+1
* | | | tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-071-0/+12
* | | | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-073-0/+3
* | | | net: extract a few internals from netdevice.hJakub Kicinski2022-04-0710-0/+106
* | | | net: unexport a handful of dev_* functionsJakub Kicinski2022-04-071-6/+0