summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-23net/sched: sch_htb: use extack on errors messagesPedro Tammela1-8/+9
2023-04-23net/sched: act_pedit: rate limit datapath messagesPedro Tammela1-7/+5
2023-04-23net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-04-23net/sched: act_pedit: check static offsets a prioriPedro Tammela1-6/+14
2023-04-23net/sched: act_pedit: use extack in 'ex' parsing errorsPedro Tammela1-4/+13
2023-04-23net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keysPedro Tammela1-8/+3
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2-8/+2
2023-04-23net: dsa: update TX path comments to not mention skb_mac_header()Vladimir Oltean2-3/+3
2023-04-23net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-23net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean1-1/+1
2023-04-23net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean1-9/+9
2023-04-23net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmitVladimir Oltean1-1/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-23rxrpc: Fix error when reading rxrpc tokensMarc Dionne1-1/+1
2023-04-23rxrpc: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet1-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet1-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet2-5/+4
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet1-0/+3
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells2-13/+27
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-04-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-25/+472
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon5-11/+3
2023-04-22net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera1-0/+1
2023-04-22net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven1-1/+1
2023-04-22net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti1-1/+5
2023-04-22netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso1-12/+11
2023-04-22netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso1-11/+88
2023-04-22netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso1-81/+136
2023-04-22netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso1-4/+4
2023-04-22netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso1-19/+51
2023-04-22netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso1-14/+24
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman4-92/+9
2023-04-22ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman1-6/+6
2023-04-22ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman1-1/+1
2023-04-22netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2-14/+15
2023-04-22netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2-16/+19
2023-04-22netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2-12/+14
2023-04-22netfilter: nf_tables: remove unneeded conditionalFlorian Westphal1-4/+2
2023-04-22netfilter: nf_tables: make validation state per tableFlorian Westphal1-20/+18
2023-04-22netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2-8/+2
2023-04-22netfilter: nf_tables: don't store chain address on jumpFlorian Westphal3-26/+32
2023-04-22netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal1-6/+2
2023-04-22netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal1-28/+27
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal2-0/+159
2023-04-21netfilter: disallow bpf hook attachment at same priorityFlorian Westphal1-0/+12
2023-04-21netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal1-13/+68
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2-1/+70