summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon2-4/+60
2022-11-03net: mana: Assign interrupts to CPUs based on NUMA nodesSaurabh Sengar2-3/+28
2022-11-03net: fec: add initial XDP supportShenwei Wang2-2/+226
2022-11-03net: tun: bump the link speed from 10Mbps to 10GbpsIlya Maximets1-1/+1
2022-11-03Merge branch 'rocker-two-small-changes'Jakub Kicinski1-7/+8
2022-11-03rocker: Explicitly mark learned FDB entries as offloadedIdo Schimmel1-0/+1
2022-11-03rocker: Avoid unnecessary scheduling of work itemIdo Schimmel1-7/+7
2022-11-03sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)1-1/+2
2022-11-03bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2022-11-03qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)1-1/+2
2022-11-03net: broadcom: bcm4908_enet: report queued and transmitted bytesRafał Miłecki1-0/+4
2022-11-03octeontx2-af: Allow mkex profile without DMAC and add L2M/L2B header extracti...Suman Ghosh3-18/+70
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski96-640/+3203
2022-11-02Merge branch 'renesas-eswitch'David S. Miller7-0/+3344
2022-11-02net: ethernet: renesas: rswitch: Add R-Car Gen4 gPTP supportYoshihiro Shimoda5-2/+398
2022-11-02net: ethernet: renesas: Add support for "Ethernet Switch"Yoshihiro Shimoda4-0/+2686
2022-11-02dt-bindings: net: renesas: Document Renesas Ethernet SwitchYoshihiro Shimoda1-0/+262
2022-11-02Merge branch 'txgbe'David S. Miller15-11/+1522
2022-11-02net: ngbe: Initialize sw info and register netdevMengyuan Lou10-8/+665
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu5-5/+316
2022-11-02net: libwx: Implement interaction with firmwareJiawen Wu3-0/+543
2022-11-02veth: Avoid drop packets when xdp_redirect performsHeng Qi1-12/+76
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov3-2/+13
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand6-266/+338
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow3-1/+7
2022-11-02net: wwan: t7xx: Add port for modem loggingM Chetan Kumar8-0/+144
2022-11-02net: wwan: t7xx: use union to group port type specific dataM Chetan Kumar2-9/+13
2022-11-02tcp: refine tcp_prune_ofo_queue() logicEric Dumazet1-20/+31
2022-11-02net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert1-2/+2
2022-11-01samples/bpf: Fix typo in READMEKang Minchul1-1/+1
2022-11-01Merge branch 'inet-add-drop-monitor-support'Jakub Kicinski8-30/+71
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2-1/+7
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet5-8/+24
2022-11-01net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet4-9/+22
2022-11-01net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet2-1/+7
2022-11-01net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli2-0/+22
2022-11-01net: ftmac100: allow increasing MTU to make most use of single-segment buffersSergei Antonov1-2/+31
2022-11-01net: ftmac100: report the correct maximum MTU of 1500Vladimir Oltean1-1/+2
2022-11-01net: ftmac100: prepare data path for receiving single segment packets > 1514Vladimir Oltean1-17/+12
2022-11-01net: dsa: mv88e6xxx: Add RGMII delay to 88E6320Steffen Bätz3-0/+13
2022-11-01Merge branch 'rtnetlink-honour-nlm_f_echo-flag-in-rtnl_-new-del-link'Jakub Kicinski17-59/+91
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu6-8/+9
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-11-01net: add new helper unregister_netdevice_many_notifyHangbin Liu2-10/+20
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu13-42/+61
2022-11-01net: dpaa2: Add some debug prints on deferred probeSean Anderson2-11/+27
2022-11-01bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner1-2/+2
2022-10-31net: mvneta: Remove unused variable iColin Ian King1-3/+1
2022-10-31Merge branch 'ptp-adjfine'David S. Miller14-195/+105