Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7b9b0f7e1230adde95be4958469d60c6fc06bc36
7b9b0f7
mptcp: pm nl: support IPv4 mapped in v6 addresses
by Matthieu Baerts
· 4 years ago
50a13bc
mptcp: support MPJoin with IPv4 mapped in v6 sk
by Matthieu Baerts
· 4 years ago
17ce76c
r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdown
by Heiner Kallweit
· 4 years ago
275b1e8
pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
by Di Zhu
· 4 years ago
6b2e04b
net: allow user to set metric on default route learned via Router Advertisement
by Praveen Chaudhary
· 4 years ago
6626a02
Merge branch 'net-usbnet-convert-to-new-tasklet-api'
by Jakub Kicinski
· 4 years ago
c955e329
net: usbnet: use new tasklet API
by Emil Renner Berthing
· 4 years ago
90a586b
net: usbnet: initialize tasklet using tasklet_init
by Emil Renner Berthing
· 4 years ago
3e4715e
Merge branch 'net-dsa-mv88e6xxx-remove-some-6250-specific-methods'
by Jakub Kicinski
· 4 years ago
b28f3f3
net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250
by Rasmus Villemoes
· 4 years ago
67c9ed1
net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250
by Rasmus Villemoes
· 4 years ago
9b0b783
selftests: add IPv4 unicast extensions tests
by Seth David Schoen
· 4 years ago
285715a
bonding: add TLS dependency
by Arnd Bergmann
· 4 years ago
871127e
bnxt_en: Convert to use netif_level() helpers.
by Michael Chan
· 4 years ago
2961f56
usbnet: fix the indentation of one code snippet
by Dongliang Mu
· 4 years ago
3e841ba
net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation
by Nikolay Aleksandrov
· 4 years ago
02c2694
nfc: fix typo
by wengjianfeng
· 4 years ago
afe197f
nfc: fdp: fix typo issue
by wengjianfeng
· 4 years ago
6d70cd2
Merge branch 'bnxt_en-error-recovery-improvements'
by Jakub Kicinski
· 4 years ago
0da65f4
bnxt_en: Do not process completion entries after fatal condition detected.
by Michael Chan
· 4 years ago
5863b10
bnxt_en: Consolidate firmware reset event logging.
by Michael Chan
· 4 years ago
4f036b2
bnxt_en: Improve firmware fatal error shutdown sequence.
by Michael Chan
· 4 years ago
38290e3
bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.
by Michael Chan
· 4 years ago
e340a5c
bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.
by Michael Chan
· 4 years ago
339eeb4
bnxt_en: Add bnxt_fw_reset_timeout() helper.
by Michael Chan
· 4 years ago
5d06eb5
bnxt_en: Retry open if firmware is in reset.
by Vasundhara Volam
· 4 years ago
6882c36
bnxt_en: attempt to reinitialize after aborted reset
by Edwin Peer
· 4 years ago
a44daa8
bnxt_en: log firmware debug notifications
by Edwin Peer
· 4 years ago
881d835
bnxt_en: Add an upper bound for all firmware command timeouts.
by Vasundhara Volam
· 4 years ago
3e3c09b
bnxt_en: Move reading VPD info after successful handshake with fw.
by Vasundhara Volam
· 4 years ago
d1cbd16
bnxt_en: Retry sending the first message to firmware if it is under reset.
by Michael Chan
· 4 years ago
b187e4b
bnxt_en: handle CRASH_NO_MASTER during bnxt_open()
by Edwin Peer
· 4 years ago
fe1b853
bnxt_en: Define macros for the various health register states.
by Michael Chan
· 4 years ago
16db632
bnxt_en: Update firmware interface to 1.10.2.11.
by Michael Chan
· 4 years ago
ae189cc
Merge branch 'dsa-add-mt7530-gpio-support'
by Jakub Kicinski
· 4 years ago
429a0ed
net: dsa: mt7530: MT7530 optional GPIO support
by DENG Qingfang
· 4 years ago
974d5ba
dt-bindings: net: dsa: add MT7530 GPIO controller binding
by DENG Qingfang
· 4 years ago
4fd5979
net: ethernet: mediatek: support setting MTU
by DENG Qingfang
· 4 years ago
8d21c88
bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR
by Jiapeng Zhong
· 4 years ago
b9b7421
octeontx2-af: Support ESP/AH RSS hashing
by Subbaraya Sundeep
· 4 years ago
24f97b6
tg3: improve PCI VPD access
by Heiner Kallweit
· 4 years ago
a61e4b6
Merge branch 'net-dsa-hellcreek-add-taprio-offloading'
by Jakub Kicinski
· 4 years ago
24dfc6e
net: dsa: hellcreek: Add TAPRIO offloading support
by Kurt Kanzenbach
· 4 years ago
b80b5db
net: mhi: Set wwan device type
by Loic Poulain
· 4 years ago
acb4151
Merge branch 'udp-allow-forwarding-of-plain-non-fraglisted-udp-gro-packets'
by Jakub Kicinski
· 4 years ago
3670706
udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
by Alexander Lobakin
· 4 years ago
6f1c0ea
net: introduce a netdev feature for UDP GRO forwarding
by Alexander Lobakin
· 4 years ago
692347a
Merge branch 'remove-unneeded-phy-time-stamping-option'
by Jakub Kicinski
· 4 years ago
04cbb74
net: mvpp2: Remove unneeded Kconfig dependency.
by Richard Cochran
· 4 years ago
57ba007
net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.
by Richard Cochran
· 4 years ago
e7b76db
Merge branch 'net-ipa-napi-poll-updates'
by Jakub Kicinski
· 4 years ago
7bd9785
net: ipa: disable IEOB interrupts before clearing
by Alex Elder
· 4 years ago
5725593
net: ipa: repurpose gsi_irq_ieob_disable()
by Alex Elder
· 4 years ago
223f5b3
net: ipa: have gsi_channel_update() return a value
by Alex Elder
· 4 years ago
148604e
net: ipa: heed napi_complete() return value
by Alex Elder
· 4 years ago
c80c4a1
net: ipa: count actual work done in gsi_channel_poll()
by Alex Elder
· 4 years ago
59a49d9
Merge branch 'mlxsw-expose-number-of-physical-ports'
by Jakub Kicinski
· 4 years ago
5154b1b
selftests: mlxsw: Add a scale test for physical ports
by Danielle Ratson
· 4 years ago
321f7ab
mlxsw: Register physical ports as a devlink resource
by Danielle Ratson
· 4 years ago
3518764
Merge branch 'htb-offload'
by Jakub Kicinski
· 4 years ago
214baf2
net/mlx5e: Support HTB offload
by Maxim Mikityanskiy
· 4 years ago
8327158
sch_htb: Stats for offloaded HTB
by Maxim Mikityanskiy
· 4 years ago
d03b195
sch_htb: Hierarchical QoS hardware offload
by Maxim Mikityanskiy
· 4 years ago
4dd78a7
net: sched: Add extack to Qdisc_class_ops.delete
by Maxim Mikityanskiy
· 4 years ago
ca1e4ab
net: sched: Add multi-queue support to sch_tree_lock
by Maxim Mikityanskiy
· 4 years ago
04a8863
Merge branch 'tcp-add-cmsg-rx-timestamps-to-rx-zerocopy'
by Jakub Kicinski
· 4 years ago
7eeba17
tcp: Add receive timestamp support for receive zerocopy.
by Arjun Roy
· 4 years ago
925bba2
tcp: Remove CMSG magic numbers for tcp_recvmsg().
by Arjun Roy
· 4 years ago
5225d5f
Merge branch 'net-bridge-multicast-add-initial-eht-support'
by Jakub Kicinski
· 4 years ago
d5a1022
net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletes
by Nikolay Aleksandrov
· 4 years ago
e87e4b5
net: bridge: multicast: handle block pg delete for all cases
by Nikolay Aleksandrov
· 4 years ago
c973901
net: bridge: multicast: add EHT host filter_mode handling
by Nikolay Aleksandrov
· 4 years ago
b66bf55
net: bridge: multicast: optimize TO_INCLUDE EHT timeouts
by Nikolay Aleksandrov
· 4 years ago
ddc255d
net: bridge: multicast: add EHT include and exclude handling
by Nikolay Aleksandrov
· 4 years ago
474ddb3
net: bridge: multicast: add EHT allow/block handling
by Nikolay Aleksandrov
· 4 years ago
dba6b0a
net: bridge: multicast: add EHT host delete function
by Nikolay Aleksandrov
· 4 years ago
baa74d3
net: bridge: multicast: add EHT source set handling functions
by Nikolay Aleksandrov
· 4 years ago
5b16328
net: bridge: multicast: add EHT host handling functions
by Nikolay Aleksandrov
· 4 years ago
8f07b83
net: bridge: multicast: add EHT structures and definitions
by Nikolay Aleksandrov
· 4 years ago
e7cfcf2
net: bridge: multicast: calculate idx position without changing ptr
by Nikolay Aleksandrov
· 4 years ago
0ad57c9
net: bridge: multicast: __grp_src_block_incl can modify pg
by Nikolay Aleksandrov
· 4 years ago
54bea72
net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functions
by Nikolay Aleksandrov
· 4 years ago
9e10b9e
net: bridge: multicast: rename src_size to addr_size
by Nikolay Aleksandrov
· 4 years ago
b9046e8
net: hns3: replace skb->csum_not_inet with skb_csum_is_sctp
by Xin Long
· 4 years ago
07fe179
Merge branch 'mptcp-re-enable-sndbuf-autotune'
by Jakub Kicinski
· 4 years ago
b19bc29
mptcp: implement delegated actions
by Paolo Abeni
· 4 years ago
40dc941
mptcp: schedule work for better snd subflow selection
by Paolo Abeni
· 4 years ago
ec369c3
mptcp: do not queue excessive data on subflows
by Paolo Abeni
· 4 years ago
5cf92bb
mptcp: re-enable sndbuf autotune
by Paolo Abeni
· 4 years ago
866f26f
mptcp: always graft subflow socket to parent
by Paolo Abeni
· 4 years ago
e26ca4b
sfc: reduce the number of requested xdp ev queues
by Ivan Babrou
· 4 years ago
e7ed11e
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
by Yousuk Seung
· 4 years ago
a05a728
tcp: remove unused ICSK_TIME_EARLY_RETRANS
by Pengcheng Yang
· 4 years ago
2d8983f
net: phy: realtek: Add support for RTL9000AA/AN
by Yuusuke Ashizuka
· 4 years ago
ca649cca
dt-bindings: net: renesas,etheravb: Add r8a779a0 support
by Wolfram Sang
· 4 years ago
8be2b2b
Merge branch 'net-ipa-remove-a-build-dependency'
by Jakub Kicinski
· 4 years ago
5da1fca
arm64: dts: qcom: sdm845: kill IPA modem-remoteproc property
by Alex Elder
· 4 years ago
8535c8e
arm64: dts: qcom: sc7180: kill IPA modem-remoteproc property
by Alex Elder
· 4 years ago
27bb36e
dt-bindings: net: remove modem-remoteproc property
by Alex Elder
· 4 years ago
86fdf1f
net: ipa: remove a remoteproc dependency
by Alex Elder
· 4 years ago
Next »