Show patches with: Submitter = Antoine Tenart       |    State = Action Required       |    Archived = No       |   38 patches
Patch Series S/W/F Date Submitter Delegate State
[net-next] bonding: improve nl error msg when device can't be enslaved because of IFF_MASTER [net-next] bonding: improve nl error msg when device can't be enslaved because of IFF_MASTER --- 2021-08-16 Antoine Tenart New
[net] net: ipv6: fix returned variable type in ip6_skb_dst_mtu [net] net: ipv6: fix returned variable type in ip6_skb_dst_mtu --- 2021-08-03 Antoine Tenart New
[net] net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache [net] net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache --- 2021-07-09 Antoine Tenart New
[net,3/3] net: atlantic: fix the macsec key length [net,1/3] net: macsec: fix the length used to copy the key for offloading --- 2021-06-24 Antoine Tenart New
[net,1/3] net: macsec: fix the length used to copy the key for offloading [net,1/3] net: macsec: fix the length used to copy the key for offloading --- 2021-06-24 Antoine Tenart New
[net,2/2] geneve: do not modify the shared tunnel info when PMTU triggers an ICMP reply Untitled series #114574 --- 2021-03-25 Antoine Tenart New
[net-next] net-sysfs: remove possible sleep from an RCU read-side critical section [net-next] net-sysfs: remove possible sleep from an RCU read-side critical section --- 2021-03-22 Antoine Tenart New
[net-next,v4,13/13] net: NULL the old xps map entries when freeing them net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,12/13] net: fix use after free in xps net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,11/13] net-sysfs: move the xps cpus/rxqs retrieval in a common function net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,10/13] net-sysfs: move the rtnl unlock up in the xps show helpers net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,09/13] net: improve queue removal readability in __netif_set_xps_queue net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,08/13] net: add an helper to copy xps maps to the new dev_maps net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,07/13] net: move the xps maps to an array net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,06/13] net: remove the xps possible_mask net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,05/13] net: embed nr_ids in the xps maps net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,04/13] net: embed num_tc in the xps maps net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,03/13] net-sysfs: make xps_cpus_show and xps_rxqs_show consistent net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,02/13] net-sysfs: store the return of get_netdev_queue_index in an unsigned int net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v4,01/13] net-sysfs: convert xps_cpus_show to bitmap_zalloc net: xps: improve the xps maps handling --- 2021-03-18 Antoine Tenart New
[net-next,v3,15/16] net/mlx5e: take the rtnl lock when calling netif_set_xps_queue [net-next,v3,01/16] net-sysfs: convert xps_cpus_show to bitmap_zalloc --- 2021-03-12 Antoine Tenart New
[net-next,v3,13/16] net: fix use after free in xps [net-next,v3,01/16] net-sysfs: convert xps_cpus_show to bitmap_zalloc --- 2021-03-12 Antoine Tenart New
[net-next,v2,12/12] net-sysfs: move the xps cpus/rxqs retrieval in a common function net: xps: improve the xps maps handling --- 2021-02-08 Antoine Tenart New
[net-next,v2,09/12] net-sysfs: remove the rtnl lock when accessing the xps maps net: xps: improve the xps maps handling --- 2021-02-08 Antoine Tenart New
[net-next,v2,06/12] net: assert the rtnl lock is held when calling __netif_set_xps_queue net: xps: improve the xps maps handling --- 2021-02-08 Antoine Tenart New
[net-next,v2,05/12] net: embed nr_ids in the xps maps net: xps: improve the xps maps handling --- 2021-02-08 Antoine Tenart New
[net-next,v2,02/12] net-sysfs: store the return of get_netdev_queue_index in an unsigned int net: xps: improve the xps maps handling --- 2021-02-08 Antoine Tenart New
[net-next,10/11] net-sysfs: remove the rtnl lock when accessing the xps maps [net-next,01/11] net-sysfs: convert xps_cpus_show to bitmap_zalloc --- 2021-01-28 Antoine Tenart New
[net-next,04/11] net: embed num_tc in the xps maps [net-next,01/11] net-sysfs: convert xps_cpus_show to bitmap_zalloc --- 2021-01-28 Antoine Tenart New
[net,v3,4/4] net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc net-sysfs: fix race conditions in the xps code --- 2020-12-23 Antoine Tenart New
[net,v3,3/4] net-sysfs: take the rtnl lock when storing xps_rxqs net-sysfs: fix race conditions in the xps code --- 2020-12-23 Antoine Tenart New
[net,v3,2/4] net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc net-sysfs: fix race conditions in the xps code --- 2020-12-23 Antoine Tenart New
[net,v3,1/4] net-sysfs: take the rtnl lock when storing xps_cpus net-sysfs: fix race conditions in the xps code --- 2020-12-23 Antoine Tenart New
[net,v2,3/3] net: move the xps rxqs retrieval out of net-sysfs net-sysfs: fix race conditions in the xps code --- 2020-12-21 Antoine Tenart New
[net,v2,2/3] net: move the xps cpus retrieval out of net-sysfs net-sysfs: fix race conditions in the xps code --- 2020-12-21 Antoine Tenart New
[net,v2,1/3] net: fix race conditions in xps by locking the maps and dev->tc_num net-sysfs: fix race conditions in the xps code --- 2020-12-21 Antoine Tenart New
[net] net: ip6_gre: set dev->hard_header_len when using header_ops [net] net: ip6_gre: set dev->hard_header_len when using header_ops --- 2020-11-30 Antoine Tenart New
[net-next] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal [net-next] netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal --- 2020-11-23 Antoine Tenart New