Age | Commit message (Expand) | Author |
2020-09-10 | tcp: reflect tos value received in SYN to the socket | Wei Wang |
2020-09-10 | ip: pass tos into ip_build_and_send_pkt() | Wei Wang |
2020-09-10 | tcp: record received TOS value in the request socket | Wei Wang |
2020-09-10 | net: manage napi add/del idempotence explicitly | Jakub Kicinski |
2020-09-10 | net: remove napi_hash_del() from driver-facing API | Jakub Kicinski |
2020-09-10 | ipmr: Add high byte of VIF ID to igmpmsg | Paul Davey |
2020-09-10 | ipmr: Add route table ID to netlink cache reports | Paul Davey |
2020-09-09 | devlink: Introduce controller number | Parav Pandit |
2020-09-09 | devlink: Introduce external controller flag | Parav Pandit |
2020-09-09 | devlink: Move structure comments outside of structure | Parav Pandit |
2020-09-09 | devlink: Add comment block for missing port attributes | Parav Pandit |
2020-09-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2020-09-08 | rxrpc: Rewrite the client connection manager | David Howells |
2020-09-08 | netfilter: nf_tables: add userdata support for nft_object | Jose M. Guisado Gomez |
2020-09-07 | net: tighten the definition of interface statistics | Jakub Kicinski |
2020-09-07 | net: bridge: mcast: add support for src list and filter mode dumping | Nikolay Aleksandrov |
2020-09-05 | of: Export of_remove_property() to modules | Florian Fainelli |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-04 | Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-04 | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-04 | Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-09-04 | Merge branch 'simplify-do_wp_page' | Linus Torvalds |
2020-09-04 | mm: Add PGREUSE counter | Peter Xu |
2020-09-04 | mm/ksm: Remove reuse_ksm_page() | Peter Xu |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-03 | ip: expose inet sockopts through inet_diag | Wei Wang |
2020-09-02 | block: allow for_each_bvec to support zero len bvec | Ming Lei |
2020-09-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds |
2020-09-02 | libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks | Tejun Heo |
2020-09-02 | drm/i915: Fix sha_text population code | Sean Paul |
2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-09-01 | HID: core: Sanitize event code and type when mapping input | Marc Zyngier |
2020-08-31 | ipvs: remove dependency on ip6_tables | Yaroslav Bolyukin |
2020-08-31 | net: ipv4: remove unused arg exact_dif in compute_score | Miaohe Lin |
2020-08-31 | net: ipv6: remove unused arg exact_dif in compute_score | Miaohe Lin |
2020-08-31 | net: phy: add Lynx PCS module | Ioana Ciornei |
2020-08-31 | net: mdiobus: add clause 45 mdiobus write accessor | Ioana Ciornei |
2020-08-31 | net: phylink: add helper function to decode USXGMII word | Ioana Ciornei |
2020-08-31 | net: clean up codestyle | Miaohe Lin |
2020-08-31 | ipv6: add ipv6_fragment hook in ipv6_stub | wenxu |
2020-08-31 | xsk: Add shared umem support between queue ids | Magnus Karlsson |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor... | Magnus Karlsson |
2020-08-31 | xsk: Rearrange internal structs for better performance | Magnus Karlsson |
2020-08-31 | xsk: Enable sharing of dma mappings | Magnus Karlsson |
2020-08-31 | xsk: Move addrs from buffer pool to umem | Magnus Karlsson |
2020-08-31 | xsk: Move xsk_tx_list and its lock to buffer pool | Magnus Karlsson |
2020-08-31 | xsk: Move queue_id, dev and need_wakeup to buffer pool | Magnus Karlsson |
2020-08-31 | xsk: Move fill and completion rings to buffer pool | Magnus Karlsson |
2020-08-31 | xsk: Create and free buffer pool independently from umem | Magnus Karlsson |
2020-08-31 | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces | Magnus Karlsson |