- a7a29f9 net: ipv6: add rpl sr tunnel by Alexander Aring · 4 years, 9 months ago
- faee676 net: add net available in build_state by Alexander Aring · 4 years, 9 months ago
- 8610c7c net: ipv6: add support for rpl sr exthdr by Alexander Aring · 4 years, 9 months ago
- f37c605 addrconf: add functionality to check on rpl requirements by Alexander Aring · 4 years, 9 months ago
- cfa933d include: uapi: linux: add rpl sr header definition by Alexander Aring · 4 years, 9 months ago
- c189b54 Merge branch 'mptcp-multiple-subflows-path-management' by David S. Miller · 4 years, 9 months ago
- b08fbf2 selftests: add test-cases for MPTCP MP_JOIN by Paolo Abeni · 4 years, 9 months ago
- eedbc68 selftests: add PM netlink functional tests by Paolo Abeni · 4 years, 9 months ago
- 01cacb0 mptcp: add netlink-based PM by Paolo Abeni · 4 years, 9 months ago
- fc51895 mptcp: add and use MIB counter infrastructure by Florian Westphal · 4 years, 9 months ago
- 5147dfb mptcp: allow dumping subflow context to userspace by Davide Caratti · 4 years, 9 months ago
- 3b1d621 mptcp: implement and use MPTCP-level retransmission by Paolo Abeni · 4 years, 9 months ago
- 3f8e0aa mptcp: rework mptcp_sendmsg_frag to accept optional dfrag by Paolo Abeni · 4 years, 9 months ago
- 7948f6c mptcp: allow partial cleaning of rtx head dfrag by Florian Westphal · 4 years, 9 months ago
- d027236 mptcp: implement memory accounting for mptcp rtx queue by Paolo Abeni · 4 years, 9 months ago
- b51f9b8 mptcp: introduce MPTCP retransmission timer by Paolo Abeni · 4 years, 9 months ago
- 18b683b mptcp: queue data for mptcp level retransmission by Paolo Abeni · 4 years, 9 months ago
- cc9d256 mptcp: update per unacked sequence on pkt reception by Paolo Abeni · 4 years, 9 months ago
- 926bdea mptcp: Implement path manager interface commands by Peter Krystad · 4 years, 9 months ago
- ec3edaa mptcp: Add handling of outgoing MP_JOIN requests by Peter Krystad · 4 years, 9 months ago
- f296234 mptcp: Add handling of incoming MP_JOIN requests by Peter Krystad · 4 years, 9 months ago
- 1b1c7a0 mptcp: Add path manager interface by Peter Krystad · 4 years, 9 months ago
- 3df523a mptcp: Add ADD_ADDR handling by Peter Krystad · 4 years, 9 months ago
- 41b1450 mlx4: fix "initializer element not constant" compiler error by Jacob Keller · 4 years, 9 months ago
- 9c11cc7 devlink: don't wrap commands in rST shell blocks by Jacob Keller · 4 years, 9 months ago
- 1d01145 net: dsa: mt7530: use resolved link config in mac_link_up() by René van Dorst · 4 years, 9 months ago
- 336aa67 net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/S by Vladimir Oltean · 4 years, 9 months ago
- b8f1487 s390/qeth: support net namespaces for L3 devices by Julian Wiedmann · 4 years, 9 months ago
- a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 9 months ago
- 3b85720 qed: Fix race condition between scheduling and destroying the slowpath workqueue by Yuval Basson · 4 years, 10 months ago
- 798dda8 net: page pool: allow to pass zero flags to page_pool_init() by Denis Kirjanov · 4 years, 10 months ago
- 5ef5c90 selftests: move timestamping selftests to net folder by Jian Yang · 4 years, 10 months ago
- 1b68480 ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmii by Philippe Schenker · 4 years, 10 months ago
- bd734a7 net: phy: micrel.c: add rgmii interface delay possibility to ksz9131 by Philippe Schenker · 4 years, 10 months ago
- 791bb3f net: macsec: add support for specifying offload upon link creation by Mark Starovoytov · 4 years, 10 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- 7111951 Linux 5.6 by Linus Torvalds · 4 years, 9 months ago
- 570203e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- ab93e98 Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 01af08b Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- b943f04 mm/sparse: fix kernel crash with pfn_section_valid check by Aneesh Kumar K.V · 4 years, 9 months ago
- 8380ce4 mm: fork: fix kernel_stack memcg stats for various stack implementations by Roman Gushchin · 4 years, 9 months ago
- 726b7bb hugetlb_cgroup: fix illegal access to memory by Mina Almasry · 4 years, 9 months ago
- 53cdc1c drivers/base/memory.c: indicate all memory blocks as removable by David Hildenbrand · 4 years, 9 months ago
- d795a90 mm/swapfile.c: move inode_lock out of claim_swapfile by Naohiro Aota · 4 years, 9 months ago
- e595dd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- 906c404 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 9 months ago
- 83fd69c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
- 14c1fe6 i2c: pca-platform: Use platform_irq_get_optional by Chris Packham · 4 years, 9 months ago
- f491c66 i2c: st: fix missing struct parameter description by Alain Volmat · 4 years, 9 months ago
- a0ba26f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
- 1a147b7 Merge branch 'DSA-mtu' by David S. Miller · 4 years, 9 months ago
- 0b912fc net: dsa: felix: support changing the MTU by Vladimir Oltean · 4 years, 9 months ago
- fb77ffc6 net: dsa: vsc73xx: make the MTU configurable by Vladimir Oltean · 4 years, 9 months ago
- c279c72 net: dsa: sja1105: implement the port MTU callbacks by Vladimir Oltean · 4 years, 9 months ago
- 6ae5834 net: dsa: b53: add MTU configuration support by Murali Krishna Policharla · 4 years, 9 months ago
- bff33f7 net: dsa: implement auto-normalization of MTU for bridge hardware datapath by Vladimir Oltean · 4 years, 9 months ago
- bfcb813 net: dsa: configure the MTU for switch ports by Vladimir Oltean · 4 years, 9 months ago
- 8c7da63 bgmac: configure MTU and add support for frames beyond 8192 byte size by Murali Krishna Policharla · 4 years, 9 months ago
- ab41ca3 net: phy: bcm7xx: add jumbo frame configuration to PHY by Murali Krishna Policharla · 4 years, 9 months ago
- 2e8c339 r8169: fix PHY driver check on platforms w/o module softdeps by Heiner Kallweit · 4 years, 9 months ago
- 22f3397 Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 4 years, 9 months ago
- 0b992b8 Merge branch 's390-qeth-next' by David S. Miller · 4 years, 9 months ago
- fb64de1 s390/qeth: phase out OSN support by Julian Wiedmann · 4 years, 9 months ago
- 4e2b5aa s390/qeth: make OSN / OSX support configurable by Julian Wiedmann · 4 years, 9 months ago
- 5f4019a s390/qeth: remove fake_broadcast attribute by Julian Wiedmann · 4 years, 9 months ago
- 4bd27ee Merge branch 'bnxt_en-Updates-to-devlink-info_get-cb' by David S. Miller · 4 years, 9 months ago
- 2013d03 bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cb by Vasundhara Volam · 4 years, 9 months ago
- 56d69c7 bnxt_en: Add partno to devlink info_get cb by Vasundhara Volam · 4 years, 9 months ago
- a0d0fd7 bnxt_en: Read partno and serialno of the board from VPD by Vasundhara Volam · 4 years, 9 months ago
- 16efafa PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro by Vasundhara Volam · 4 years, 9 months ago
- b7a444f bnxt_en: Add fw.mgmt.api version to devlink info_get cb. by Vasundhara Volam · 4 years, 9 months ago
- 2d9eade devlink: Add macro for "fw.mgmt.api" to info_get cb. by Vasundhara Volam · 4 years, 9 months ago
- a1c7a53 Merge branch 'mlxsw-Various-static-checkers-fixes' by David S. Miller · 4 years, 9 months ago
- a84acf7 mlxsw: spectrum_router: Avoid uninitialized symbol errors by Ido Schimmel · 4 years, 9 months ago
- cfe9701 mlxsw: switchx2: Remove unnecessary conversion to bool by Ido Schimmel · 4 years, 9 months ago
- e1da961 mlxsw: core_acl: Avoid defining static variable in header file by Ido Schimmel · 4 years, 9 months ago
- bdb373cf mlxsw: spectrum: Remove unused RIF and FID families by Ido Schimmel · 4 years, 9 months ago
- f0a6698 mlxsw: spectrum_router: Add proper function documentation by Ido Schimmel · 4 years, 9 months ago
- 5769e39 mlxsw: i2c: Add missing field documentation by Ido Schimmel · 4 years, 9 months ago
- e00dd94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 9 months ago
- 69c5eea Merge branch 'parisc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 4 years, 9 months ago
- 32db9f1 Merge tag 'arm-soc-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 9 months ago
- 823846c Merge tag 'riscv-for-linus-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 9 months ago
- bb36d37 Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 9 months ago
- 1fa8cb0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
- 527630f Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 9 months ago
- 7bf8df6 Merge tag 'drm-fixes-2020-03-27' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 9 months ago
- ededa08 parisc: Fix defconfig selection by Helge Deller · 4 years, 9 months ago
- e33a814 scripts/dtc: Remove redundant YYLOC global declaration by Dirk Mueller · 5 years ago
- 749da8c clocksource/drivers/hyper-v: Make sched clock return nanoseconds correctly by Yubo Xie · 4 years, 9 months ago
- 5988b8e Merge tag 'iwlwifi-next-for-kalle-2020-03-27' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 4 years, 9 months ago
- 84acc85 iwlwifi: mvm: remove newline from rs_pretty_print_rate() by Johannes Berg · 5 years ago
- 7216dc9 iwlwifi: pcie: make iwl_pcie_cmdq_reclaim static by Johannes Berg · 5 years ago
- adc311a iwlwifi: bump FW API to 53 for 22000 series by Luca Coelho · 5 years ago
- 2681f15 iwlwifi: remove IWL_FW_DBG_DOMAIN macro by Johannes Berg · 5 years ago
- b0d8d2c iwlwifi: yoyo: enable yoyo by default by Luca Coelho · 5 years ago
- 5d1234b iwlwifi: scan: support FW APIs with variable number of profiles by Tova Mussai · 5 years ago
- e8b6156 iwlwifi: yoyo: don't block dumping internal memory when not in SRAM mode by rotem saado · 5 years ago
- f4ed93a iwlwifi: remove support for QnJ HR FPGA by Luca Coelho · 5 years ago