summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-21headers: Remove some left-over license text in include/uapi/linux/netfilter/Christophe JAILLET
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima
2022-09-20headers: Remove some left-over license textChristophe JAILLET
2022-09-20firmware: xilinx: add support for sd/gem configRonak Jain
2022-09-20seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean
2022-09-20net: introduce iterators over synced hw addressesVladimir Oltean
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek
2022-09-20uapi: move IPPROTO_L2TP to in.hWojciech Drewek
2022-09-19Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-09-16iov_iter: use "maxpages" parameterDan Carpenter
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel
2022-09-15can: raw: add CAN XL supportOliver Hartkopp
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp
2022-09-15can: canxl: introduce CAN XL data structureOliver Hartkopp
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-09-09resource: add define macro for register address resourcesColin Foster
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-08fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds
2022-09-07netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal