Toggle navigation
Patchwork
netdev
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Xie He
| State =
Action Required
| Archived =
No
| 48 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[net] Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"
[net] Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"
-
-
-
2021-05-03
Xie He
New
[net] net/core/dev.c: Ensure pfmemalloc skbs are correctly handled when receiving
[net] net/core/dev.c: Ensure pfmemalloc skbs are correctly handled when receiving
-
-
-
2021-04-17
Xie He
New
[net-next,v5] net: x25: Queue received packets in the drivers instead of per-CPU queues
[net-next,v5] net: x25: Queue received packets in the drivers instead of per-CPU queues
-
-
-
2021-04-02
Xie He
New
[net-next] net: lapb: Make "lapb_t1timer_running" able to detect an already running timer
[net-next] net: lapb: Make "lapb_t1timer_running" able to detect an already running timer
-
-
-
2021-03-21
Xie He
New
[net-next] net: lapbether: Close the LAPB device before its underlying Ethernet device closes
[net-next] net: lapbether: Close the LAPB device before its underlying Ethernet device closes
-
-
-
2021-03-18
Xie He
New
[net] net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"
[net] net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"
-
-
-
2021-03-14
Xie He
New
[net] net: lapbether: Prevent racing when checking whether the netif is running
[net] net: lapbether: Prevent racing when checking whether the netif is running
-
-
-
2021-03-11
Xie He
New
[net] net: lapbether: Remove netif_start_queue / netif_stop_queue
[net] net: lapbether: Remove netif_start_queue / netif_stop_queue
-
-
-
2021-03-07
Xie He
New
[net-next,RFC,v3] net: hdlc_x25: Queue outgoing LAPB frames
[net-next,RFC,v3] net: hdlc_x25: Queue outgoing LAPB frames
-
-
-
2021-02-15
Xie He
New
[net-next,RFC] net: hdlc_x25: Queue outgoing LAPB frames
[net-next,RFC] net: hdlc_x25: Queue outgoing LAPB frames
-
-
-
2021-02-10
Xie He
New
[net-next] net/packet: Improve the comment about LL header visibility criteria
[net-next] net/packet: Improve the comment about LL header visibility criteria
-
-
-
2021-02-05
Xie He
New
[net] net: lapb: Copy the skb before sending a packet
[net] net: lapb: Copy the skb before sending a packet
-
-
-
2021-02-01
Xie He
New
[net] net: hdlc_x25: Use qdisc to queue outgoing LAPB frames
[net] net: hdlc_x25: Use qdisc to queue outgoing LAPB frames
-
-
-
2021-01-27
Xie He
New
[net,v6] net: lapb: Add locking to the lapb module
[net,v6] net: lapb: Add locking to the lapb module
-
-
-
2021-01-26
Xie He
New
[net] net: lapb: Add locking to the lapb module
[net] net: lapb: Add locking to the lapb module
-
-
-
2021-01-17
Xie He
New
[net] net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event
[net] net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_event
-
-
-
2020-12-31
Xie He
New
[net] net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
[net] net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
-
-
-
2020-12-28
Xie He
New
[net-next] net: x25: Fix handling of Restart Request and Restart Confirmation
[net-next] net: x25: Fix handling of Restart Request and Restart Confirmation
-
-
-
2020-12-09
Xie He
New
[net-next] net: x25: Remove unimplemented X.25-over-LLC code stubs
[net-next] net: x25: Remove unimplemented X.25-over-LLC code stubs
-
-
-
2020-12-09
Xie He
New
[net-next] net: hdlc_x25: Remove unnecessary skb_reset_network_header calls
[net-next] net: hdlc_x25: Remove unnecessary skb_reset_network_header calls
-
-
-
2020-12-09
Xie He
New
[net-next] Documentation: Remove the deleted "framerelay" document from the index
[net-next] Documentation: Remove the deleted "framerelay" document from the index
-
-
-
2020-11-18
Xie He
New
[net-next] net: x25_asy: Delete the x25_asy driver
[net-next] net: x25_asy: Delete the x25_asy driver
-
-
-
2020-11-05
Xie He
New
[net-next,v5,5/5] net: hdlc_fr: Add support for any Ethertype
Untitled series #75066
-
-
-
2020-10-31
Xie He
New
[net-next,v4,4/5] net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devices
[net-next,v4,1/5] net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop frames
-
-
-
2020-10-30
Xie He
New
[net-next,v3,2/4] net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleaner
net: hdlc_fr: Add support for any Ethertype
-
-
-
2020-10-28
Xie He
New
[net-next,v3,1/4] net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop frames
net: hdlc_fr: Add support for any Ethertype
-
-
-
2020-10-28
Xie He
New
[net-next,v2,4/4] net: hdlc_fr: Add support for any Ethertype
net: hdlc_fr: Add support for any Ethertype
-
-
-
2020-10-28
Xie He
New
[net-next,3/4] net: hdlc_fr: Improve the initial check when we receive an skb
net: hdlc_fr: Add support for any Ethertype
-
-
-
2020-10-28
Xie He
New
[net-next] net: dlci: Deprecate the DLCI driver (aka the Frame Relay layer)
[net-next] net: dlci: Deprecate the DLCI driver (aka the Frame Relay layer)
-
-
-
2020-10-28
Xie He
New
[net,RFC] net: Clear IFF_TX_SKB_SHARING for all Ethernet devices using skb_padto
[net,RFC] net: Clear IFF_TX_SKB_SHARING for all Ethernet devices using skb_padto
-
-
-
2020-10-22
Xie He
New
[net] net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup
[net] net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup
-
-
-
2020-10-20
Xie He
New
[net] drivers/net/wan/hdlc: In hdlc_rcv, check to make sure dev is an HDLC device
[net] drivers/net/wan/hdlc: In hdlc_rcv, check to make sure dev is an HDLC device
-
-
-
2020-10-19
Xie He
New
[net-next] drivers/net/wan/hdlc_fr: Improve fr_rx and add support for any Ethertype
[net-next] drivers/net/wan/hdlc_fr: Improve fr_rx and add support for any Ethertype
-
-
-
2020-10-17
Xie He
New
[net-next] drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_header
[net-next] drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_header
-
-
-
2020-10-07
Xie He
New
[net] drivers/net/wan: lapb: Replace the skb->len checks with pskb_may_pull
[net] drivers/net/wan: lapb: Replace the skb->len checks with pskb_may_pull
-
-
-
2020-10-04
Xie He
New
[net-next] drivers/net/wan/hdlc_fr: Reduce indentation in pvc_xmit
[net-next] drivers/net/wan/hdlc_fr: Reduce indentation in pvc_xmit
-
-
-
2020-10-03
Xie He
New
[net-next] drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
[net-next] drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
-
-
-
2020-09-28
Xie He
New
[net] drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functions
[net] drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functions
-
-
-
2020-09-22
Xie He
New
[net] drivers/net/wan/hdlc: Set skb->protocol before transmitting
[net] drivers/net/wan/hdlc: Set skb->protocol before transmitting
-
-
-
2020-09-16
Xie He
New
[net] drivers/net/wan/lapbether: Make skb->protocol consistent with the header
[net] drivers/net/wan/lapbether: Make skb->protocol consistent with the header
-
-
-
2020-09-16
Xie He
New
[net-next] net/packet: Fix a comment about mac_header
[net-next] net/packet: Fix a comment about mac_header
-
-
-
2020-09-16
Xie He
New
[net-next] drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans call
[net-next] drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans call
-
-
-
2020-09-12
Xie He
New
[net-next] net/socket.c: Remove an unused header file <linux/if_frad.h>
[net-next] net/socket.c: Remove an unused header file <linux/if_frad.h>
-
-
-
2020-09-11
Xie He
New
[net,v2] net: Clarify the difference between hard_header_len and needed_headroom
[net,v2] net: Clarify the difference between hard_header_len and needed_headroom
-
-
-
2020-09-10
Xie He
New
[net,v2] drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices
[net,v2] drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices
-
-
-
2020-09-03
Xie He
New
[net] drivers/net/wan/hdlc_cisco: Add hard_header_len
[net] drivers/net/wan/hdlc_cisco: Add hard_header_len
-
-
-
2020-08-28
Xie He
New
[net] drivers/net/wan/lapbether: Added needed_tailroom
[net] drivers/net/wan/lapbether: Added needed_tailroom
-
-
-
2020-08-08
Xie He
New
[net,v3] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
[net,v3] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
-
-
-
2020-08-02
Xie He
New