summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski6-18/+61
2022-01-10netfilter: nft_bitwise: track register operationsPablo Neira Ayuso1-0/+2
2022-01-10netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso1-0/+12
2022-01-10netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso1-1/+3
2022-01-10netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso1-4/+18
2022-01-10netfilter: egress: avoid a lockdep splatFlorian Westphal1-1/+1
2022-01-10netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2-2/+8
2022-01-10netfilter: make function op structures constFlorian Westphal1-4/+4
2022-01-10netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal1-1/+1
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-4/+4
2022-01-10netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong1-1/+1
2022-01-10Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-5/+1
2022-01-08net: dsa: felix: add port fast age supportVladimir Oltean1-0/+1
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-2/+2
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-12/+27
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+1
2022-01-07net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-2/+2
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz1-5/+1
2022-01-06gro: add ability to control gro max packet sizeCoco Li2-0/+12
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+7
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean1-0/+8
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean1-58/+56
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-0/+8
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-0/+4
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-10/+10
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen1-2/+7
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen1-0/+2
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-0/+3
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+28
2022-01-06Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds3-2/+24
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller3-9/+33
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean1-3/+3
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean1-7/+9
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean1-46/+51
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean1-2/+4
2022-01-05net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean1-7/+10
2022-01-05net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean1-1/+3
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol1-0/+13
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol1-3/+3
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol1-2/+9
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol1-2/+5
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-04nl80211: clarify comment for mesh PLINK_BLOCKED stateFelix Fietkau1-1/+1
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+21
2022-01-04Namespaceify mtu_expires sysctlxu xin1-0/+1
2022-01-04Namespaceify min_pmtu sysctlxu xin1-0/+2
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn1-0/+19
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2-0/+3