| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, doc: Link to submitting-patches.rst for general patch submission info | Bagas Sanjaya | 2023-03-06 | 1 | -3/+2 |
* | bpf, doc: Do not link to docs.kernel.org for kselftest link | Bagas Sanjaya | 2023-03-06 | 1 | -4/+2 |
* | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par... | Liu Jian | 2023-03-03 | 3 | -0/+12 |
* | riscv, bpf: Fix patch_text implicit declaration | Randy Dunlap | 2023-02-27 | 1 | -0/+1 |
* | bpf, docs: Fix link to BTF doc | Bagas Sanjaya | 2023-02-27 | 1 | -2/+1 |
* | tcp: tcp_check_req() can be called from process context | Eric Dumazet | 2023-02-27 | 1 | -2/+5 |
* | net: phy: c45: fix network interface initialization failures on xtensa, arm:c... | Oleksij Rempel | 2023-02-27 | 1 | -1/+1 |
* | xen-netback: remove unused variables pending_idx and index | Tom Rix | 2023-02-27 | 1 | -5/+0 |
* | Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 2023-02-27 | 3 | -3/+4 |
|\ |
|
| * | wifi: wext: warn about usage only once | Johannes Berg | 2023-02-26 | 1 | -2/+2 |
| * | wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queue | Lorenzo Bianconi | 2023-02-26 | 1 | -0/+1 |
| * | wifi: ath11k: allow system suspend to survive ath11k | Len Brown | 2023-02-22 | 1 | -1/+1 |
* | | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy | Pedro Tammela | 2023-02-27 | 1 | -2/+2 |
* | | net: dsa: ocelot_ext: remove unnecessary phylink.h include | Russell King (Oracle) | 2023-02-26 | 1 | -1/+0 |
* | | Merge branch 'net-ocelot-switch-regressions' | David S. Miller | 2023-02-26 | 6 | -9/+12 |
|\ \ |
|
| * | | net: mscc: ocelot: fix duplicate driver name error | Vladimir Oltean | 2023-02-26 | 2 | -2/+2 |
| * | | net: dsa: felix: fix internal MDIO controller resource length | Vladimir Oltean | 2023-02-26 | 1 | -1/+1 |
| * | | net: dsa: seville: ignore mscc-miim read errors from Lynx PCS | Vladimir Oltean | 2023-02-26 | 3 | -6/+9 |
|/ / |
|
* | | Merge branch 'net-sched-action-bind' | David S. Miller | 2023-02-26 | 3 | -58/+77 |
|\ \ |
|
| * | | net/sched: act_sample: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -2/+9 |
| * | | net/sched: act_mpls: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -29/+37 |
| * | | net/sched: act_pedit: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -27/+31 |
|/ / |
|
* | | qede: avoid uninitialized entries in coal_entry array | Michal Schmidt | 2023-02-26 | 1 | -14/+7 |
* | | Merge tag 'mlx5-fixes-2023-02-24' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2023-02-26 | 10 | -8/+40 |
|\ \ |
|
| * | | net/mlx5: Geneve, Fix handling of Geneve object id as error code | Maor Dickman | 2023-02-24 | 1 | -0/+1 |
| * | | net/mlx5e: Verify flow_source cap before using it | Roi Dayan | 2023-02-24 | 1 | -1/+2 |
| * | | net/mlx5: ECPF, wait for VF pages only after disabling host PFs | Maher Sanalla | 2023-02-24 | 2 | -0/+8 |
| * | | mlx5: fix possible ptp queue fifo use-after-free | Vadim Fedorenko | 2023-02-24 | 4 | -1/+22 |
| * | | mlx5: fix skb leak while fifo resync and push | Vadim Fedorenko | 2023-02-24 | 2 | -3/+5 |
| * | | net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create() | Yang Yingliang | 2023-02-24 | 1 | -1/+1 |
| * | | net/mlx5: Remove NULL check before dev_{put, hold} | Yang Li | 2023-02-24 | 1 | -2/+1 |
* | | | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin | 2023-02-26 | 3 | -0/+16 |
* | | | ice: remove unnecessary CONFIG_ICE_GNSS | Jacob Keller | 2023-02-26 | 3 | -6/+4 |
* | | | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy() | Nathan Chancellor | 2023-02-26 | 1 | -1/+1 |
* | | | ibmvnic: Assign XPS map to correct queue index | Nick Child | 2023-02-25 | 1 | -2/+2 |
* | | | docs: net: fix inaccuracies in msg_zerocopy.rst | nick black | 2023-02-25 | 1 | -3/+3 |
* | | | Merge branch 'tools-ynl-gen-fix-glitches-found-by-chuck' | Jakub Kicinski | 2023-02-24 | 3 | -4/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | tools: net: add __pycache__ to gitignore | Jakub Kicinski | 2023-02-24 | 1 | -0/+1 |
| * | | tools: ynl-gen: re-raise the exception instead of printing | Jakub Kicinski | 2023-02-24 | 1 | -3/+1 |
| * | | tools: ynl-gen: fix single attribute structs with attr 0 only | Jakub Kicinski | 2023-02-24 | 1 | -1/+1 |
|/ / |
|
* | | net: fix __dev_kfree_skb_any() vs drop monitor | Eric Dumazet | 2023-02-24 | 1 | -1/+3 |
* | | netdev-genl: fix repeated typo oflloading -> offloading | Tariq Toukan | 2023-02-24 | 3 | -3/+3 |
* | | net/mlx5e: Remove hairpin write debugfs files | Gal Pressman | 2023-02-24 | 1 | -59/+0 |
* | | octeontx2-pf: Use correct struct reference in test condition | Deepak R Varma | 2023-02-24 | 1 | -1/+1 |
* | | sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop | Xin Long | 2023-02-23 | 2 | -31/+22 |
* | | net: sunhme: Fix region request | Sean Anderson | 2023-02-23 | 1 | -2/+4 |
* | | octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet | Geetha sowjanya | 2023-02-23 | 1 | -19/+57 |
* | | Merge branch 'net-phy-eee-fixes' | Paolo Abeni | 2023-02-23 | 3 | -13/+68 |
|\ \ |
|
| * | | net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modes | Oleksij Rempel | 2023-02-23 | 1 | -2/+13 |
| * | | net: phy: do not force EEE support | Oleksij Rempel | 2023-02-23 | 3 | -7/+41 |