summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03net: dcb: add new apptrust attributeDaniel Machon
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon
2022-11-03net: mana: Assign interrupts to CPUs based on NUMA nodesSaurabh Sengar
2022-11-03net: fec: add initial XDP supportShenwei Wang
2022-11-03net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets
2022-11-02Merge branch 'rocker-two-small-changes'Jakub Kicinski
2022-11-02rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel
2022-11-02rocker: Avoid unnecessary scheduling of work itemIdo Schimmel
2022-11-02sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)
2022-11-02bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)
2022-11-02qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)
2022-11-02net: broadcom: bcm4908_enet: report queued and transmitted bytesRafał Miłecki
2022-11-02octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extracti...Suman Ghosh
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-02Merge branch 'renesas-eswitch'David S. Miller
2022-11-02net: ethernet: renesas: rswitch: Add R-Car Gen4 gPTP supportYoshihiro Shimoda
2022-11-02net: ethernet: renesas: Add support for "Ethernet Switch"Yoshihiro Shimoda
2022-11-02dt-bindings: net: renesas: Document Renesas Ethernet SwitchYoshihiro Shimoda
2022-11-02Merge branch 'txgbe'David S. Miller
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu
2022-11-02veth: Avoid drop packets when xdp_redirect performsHeng Qi
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow
2022-11-02net: wwan: t7xx: Add port for modem loggingM Chetan Kumar
2022-11-02net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-11-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert
2022-11-01samples/bpf: Fix typo in READMEKang Minchul
2022-10-31Merge branch 'inet-add-drop-monitor-support'Jakub Kicinski
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet
2022-10-31net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli
2022-10-31net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov
2022-10-31net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean
2022-10-31net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean
2022-10-31net: dsa: mv88e6xxx: Add RGMII delay to 88E6320Steffen Bätz
2022-10-31Merge branch 'rtnetlink-honour-nlm_f_echo-flag-in-rtnl_-new-del-link'Jakub Kicinski
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-31net: dpaa2: Add some debug prints on deferred probeSean Anderson
2022-10-31bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-31net: mvneta: Remove unused variable iColin Ian King