netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-01 09:07:55 to 2017-04-03 11:37:21 UTC [more...]

[PATCH v3 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver
 2017-04-03 11:37 UTC  (24+ messages)
` [PATCH v3 01/20] net: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr
` [PATCH v3 02/20] net: stmmac: add optional setup function
` [PATCH v3 03/20] dt-bindings: net: Add DT bindings documentation for Allwinner dwmac-sun8i
` [PATCH v3 04/20] ARM: sun8i: dt: Add DT bindings documentation for Allwinner syscon
` [PATCH v3 05/20] net: stmmac: Add dwmac-sun8i
` [PATCH v3 06/20] ARM: dts: sunxi-h3-h5: Add dt node for the syscon control module
` [PATCH v3 08/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Banana Pi M2+
` [PATCH v3 09/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange PI PC
` [PATCH v3 10/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange Pi 2
` [PATCH v3 11/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange PI One
` [PATCH v3 13/20] ARM: dts: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high
` [PATCH v3 14/20] ARM64: dts: sun50i-a64: Add dt node for the syscon control module
  ` [PATCH v3 07/20] ARM: dts: sunxi-h3-h5: add dwmac-sun8i ethernet driver
  ` [PATCH v3 12/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange Pi plus
  ` [PATCH v3 15/20] ARM64: dts: sun50i-a64: add dwmac-sun8i Ethernet driver
` [PATCH v3 16/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on pine64
` [PATCH v3 17/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on pine64 plus
` [PATCH v3 18/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on the BananaPi M64
` [PATCH v3 19/20] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig
` [PATCH v3 20/20] ARM: sunxi: Enable dwmac-sun8i driver on multi_v7_defconfig

[PATCH net] sctp: check for dst and pathmtu update in sctp_packet_config
 2017-04-03 11:32 UTC  (3+ messages)

pull-request: wireless-drivers-next 2017-04-03
 2017-04-03 11:26 UTC 

[PATCH net] l2tp: fix PPP pseudo-wire auto-loading
 2017-04-03 11:23 UTC 

[PATCH v3] tracing/kprobes: expose maxactive for kretprobe in kprobe_events
 2017-04-03 10:36 UTC 

ethtool-4.8.tar.gz checksum change
 2017-04-03 10:25 UTC 

[PATCH] bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*
 2017-04-03 10:19 UTC 

[PATCH] can: rcar_can: Do not print virtual addresses
 2017-04-03 10:11 UTC 

[PATCH net] l2tp: take reference on sessions being dumped
 2017-04-03 10:03 UTC 

[PATCH net-next] liquidio: use meaningful names for IRQs
 2017-04-03  9:55 UTC  (2+ messages)

[PATCH][V2] wlcore: fix spelling mistakes in wl1271_warning
 2017-04-03  9:47 UTC 

[PATCH] wlcore: fix spelling mistake in wl1271_warning 'iligal' -> 'illegal'
 2017-04-03  9:44 UTC  (3+ messages)

[PATCH 1/2] wireless: ath9k_htc: fix NULL-deref at probe
 2017-04-03  9:34 UTC  (3+ messages)

[PATCH net-next 0/5] qed: QM & ILT changes
 2017-04-03  9:21 UTC  (6+ messages)
` [PATCH net-next 1/5] qed: Revise QM cofiguration
` [PATCH net-next 2/5] qed: Fix TM block ILT allocation
` [PATCH net-next 3/5] qed: Correct TM ILT lines in presence of VFs
` [PATCH net-next 4/5] qed: RoCE doesn't need to use SRC
` [PATCH net-next 5/5] qed: Manage with less memory regions for RoCE

Pointer type of _arp in __skb_flow_dissect()
 2017-04-03  8:47 UTC  (2+ messages)

[PATCH net-next 0/1] skbuff: Extend gso_type to unsigned int
 2017-04-03  8:15 UTC  (2+ messages)
` [PATCH net-next 1/1] "

[PATCHv4] net: usbnet: support 64bit stats
 2017-04-03  8:22 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: mpls: Allow users to configure more labels per route
 2017-04-03  8:14 UTC  (2+ messages)

KASAN, xt_TCPMSS finally found nasty use-after-free bug? 4.10.8
 2017-04-03  8:10 UTC  (12+ messages)

[PATCH 00/13] ftgmac100: Rework batch 1 - Link & Interrupts
 2017-04-03  6:46 UTC  (23+ messages)
` [PATCH 01/13] ftgmac100: Use netdev->irq instead of private copy
` [PATCH 02/13] ftgmac100: Remove "banner" comments
` [PATCH 03/13] ftgmac100: Reorder struct fields and comment
` [PATCH 04/13] ftgmac100: Remove "enabled" flags
` [PATCH 05/13] ftgmac100: Cleanup speed/duplex tracking and fix duplex config
` [PATCH 06/13] ftgmac100: Split ring alloc, init and rx buffer alloc
` [PATCH 07/13] ftgmac100: Move napi_add/del to open/close
` [PATCH 08/13] ftgmac100: Request the interrupt only after HW is reset
` [PATCH 09/13] ftgmac100: Move the bulk of inits to a separate function
` [PATCH 10/13] ftgmac100: Add a reset task and use it for link changes
` [PATCH 11/13] ftgmac100: Rework MAC reset and init
` [PATCH 12/13] ftgmac100: Remove useless tests in interrupt handler
` [PATCH 13/13] ftgmac100: Rework NAPI & interrupts handling

stmmac still supporting spear600 ?
 2017-04-03  6:16 UTC  (8+ messages)

[PATCH net-next 0/3] virtio-net tx napi
 2017-04-03  5:07 UTC  (8+ messages)
` [PATCH net-next 1/3] virtio-net: napi helper functions
` [PATCH net-next 2/3] virtio-net: transmit napi
` [PATCH net-next 3/3] virtio-net: clean tx descriptors from rx napi

[PATCH net-next v3 5/5] net-next: dsa: add dsa support for Mediatek MT7530 switch
 2017-04-03  5:06 UTC  (3+ messages)

Adding support for VRF traffic passed by mangle table
 2017-04-03  2:57 UTC 

[PATCH net 08/19] net: hns: Fix to adjust buf_size of ring according to mtu
 2017-04-03  2:52 UTC  (5+ messages)
  ` [PATCH] net: hns: fix boolreturn.cocci warnings
      ` [kbuild-all] "

[PATCH] phy/ethtool: Add missing SPEED_<foo> strings
 2017-04-03  2:44 UTC  (5+ messages)

[PATCH] net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout
 2017-04-03  2:43 UTC  (2+ messages)

[PATCH net-next 0/2] rds: tcp: couple of minor bug fixes
 2017-04-03  2:41 UTC  (6+ messages)
` [PATCH net-next 1/2] rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FIN
` [PATCH net-next 2/2] rds: tcp: canonical connection order for all paths with index > 0

[PATCH net-next] sock: avoid dirtying sk_stamp, if possible
 2017-04-03  2:35 UTC  (4+ messages)
  ` [PATCH net-next] sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()

[patch 2/2] drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4
 2017-04-03  2:33 UTC  (2+ messages)

[patch 1/2] drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4
 2017-04-03  2:33 UTC  (2+ messages)

[PATCH] net: stmmac: fix cbs configuration
 2017-04-03  2:30 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2017-04-03  2:07 UTC 

[PATCH] soreuseport: use "unsigned int" in __reuseport_alloc()
 2017-04-02 22:18 UTC 

Resend all vs. individual patch updates
 2017-04-02 21:58 UTC  (2+ messages)

[PATCH v2 1/3] flowcache: make flow_key_size() return "unsigned int"
 2017-04-02 21:53 UTC  (3+ messages)
` [PATCH v2 2/3] flowcache: make flow_cache_hash_size() "
` [PATCH v2 3/3] flowcache: more "

[PATCH net-next 1/1] net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
 2017-04-02 18:59 UTC  (2+ messages)

[patch net-next] net/faraday: Add missing include of of.h
 2017-04-02 18:20 UTC 

[git pull] skb_copy_{,and_csum_}datagram_msg() fixes
 2017-04-02 16:23 UTC 

[PATCH 1/2] iptables: extensions: unnecessary cast on void pointer
 2017-04-02 13:51 UTC  (2+ messages)
` [PATCH 2/2] iptables: iptables: "

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-02 13:41 UTC  (7+ messages)
` [PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH rfc 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH rfc 4/6] mlx5: support ->get_vector_affinity
` [PATCH rfc 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH rfc 6/6] nvme-rdma: use intelligent affinity based queue mappings

Private Placement
 2017-04-02 11:13 UTC 

[PATCH] iptables: iptables: Remove exceptional & on function name
 2017-04-02  9:25 UTC 

[PATCH 1/4] net: netfilter:Remove exceptional & on function name
 2017-04-02  9:22 UTC  (4+ messages)
` [PATCH 2/4] net: bridge: Remove "
` [PATCH 3/4] net: ipv4: "
` [PATCH 4/4] net: ipv6: "

[net-next v3] vxlan: fix ND proxy when skb doesn't have transport header offset
 2017-04-02  9:00 UTC  (3+ messages)
  ` [PATCH net-next v4] "

finally found nasty use-after-free bug? 4.10.8
 2017-04-02  7:26 UTC 

[PATCH net-next 0/4] ixgbe: enable Relaxed Order for ARM64
 2017-04-02  6:49 UTC  (4+ messages)
` [PATCH net-next 1/4] ixgbe: sparc: rename the ARCH_WANT_RELAX_ORDER to IXGBE_ALLOW_RELAXED_ORDER

net/sched: latent livelock in dev_deactivate_many() due to yield() usage
 2017-04-02  4:28 UTC 

[PATCH net 0/5] l2tp: fix usage of l2tp_session_find()
 2017-04-02  3:17 UTC  (2+ messages)

[PATCH net] sctp: use right in and out stream cnt
 2017-04-02  3:12 UTC  (2+ messages)

[PATCH net-next] udp: use sk_protocol instead of pcflag to detect udplite sockets
 2017-04-02  3:12 UTC  (2+ messages)

[PATCH net-next] net: dsa: fix build error with devlink build as module
 2017-04-02  3:11 UTC  (2+ messages)

[PATCH v3 0/3] phylib EEE updates
 2017-04-02  3:04 UTC  (2+ messages)

[PATCH v2] net: Remove unnecessary cast on void pointer
 2017-04-01 23:48 UTC  (2+ messages)

Fw: [Bug 195217] New: irda doesn't work
 2017-04-01 23:42 UTC 

[PATCH] Make EN2 pin optional in the TRF7970A driver
 2017-04-01 22:35 UTC  (2+ messages)

[PATCH v2 net-next 0/6] bpf: program testing framework
 2017-04-01 20:42 UTC  (6+ messages)
` [PATCH v2 net-next 1/6] bpf: introduce BPF_PROG_TEST_RUN command

pull-request: mac80211 2017-03-31
 2017-04-01 20:31 UTC  (2+ messages)

[PATCH net-next v2] net: dsa: Mock-up driver
 2017-04-01 19:40 UTC  (2+ messages)

[PATCH net 0/3] BPF fixes on map_value_adj reg types
 2017-04-01 19:37 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: dsa: mv88e6xxx: program cross-chip bridging
 2017-04-01 19:23 UTC  (2+ messages)

[PATCH] r8152: The Microsoft Surface docks also use R8152
 2017-04-01 19:20 UTC  (4+ messages)
  ` [PATCH] r8152: The Microsoft Surface docks also use R8152 v2

[PATCH net v2] openvswitch: Fix ovs_flow_key_update()
 2017-04-01 19:18 UTC  (2+ messages)

[PATCH] net/faraday: Explicitly include linux/of.h and linux/property.h
 2017-04-01 19:14 UTC  (2+ messages)

[PATCH] dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
 2017-04-01 19:04 UTC  (2+ messages)

[PATCH] fsl/fman: take into account all RGMII modes
 2017-04-01 18:49 UTC  (2+ messages)

[PATCH net-next] vxlan: vxlan dev should inherit lowerdev's gso_max_size
 2017-04-01 18:48 UTC  (2+ messages)

[PATCH 1/6] virtio: wrap find_vqs
 2017-04-01 16:13 UTC  (2+ messages)

[PATCH 0/2] Simplify NULL comparisons
 2017-04-01 16:13 UTC  (3+ messages)
` [PATCH 1/2] ipv4: netfilter: "
` [PATCH 2/2] ipv6: "

[PATCH net-next 0/2] rtnetlink: Updates to rtnetlink_event()
 2017-04-01 15:51 UTC  (3+ messages)
` [PATCH net-next 1/2] rtnetlink: Convert rtnetlink_event to white list

[PATCH net] tcp: minimize false-positives on TCP/GRO check
 2017-04-01 14:00 UTC 

[PATCH] net: ipv4: netfilter: Remove unused function nf_nat_need_gre()
 2017-04-01 13:36 UTC 

[PATCHv2 net-next] sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
 2017-04-01 13:19 UTC  (2+ messages)

[PATCH] ipv4: netfilter: Comparison to NULL could be written
 2017-04-01 13:05 UTC  (2+ messages)

[PATCH V4 net-next 00/18] net: hns: Misc. HNS Bug Fixes & Code Improvements
 2017-04-01 11:03 UTC  (19+ messages)
` [PATCH V4 net-next 01/18] net: hns: Fix the implementation of irq affinity function
` [PATCH V4 net-next 02/18] net: hns: Modify GMAC init TX threshold value
` [PATCH V4 net-next 03/18] net: hns: Optimize the code for GMAC pad and crc Config
` [PATCH V4 net-next 04/18] net: hns: Remove redundant memset during buffer release
` [PATCH V4 net-next 05/18] net: hns: bug fix of ethtool show the speed
` [PATCH V4 net-next 06/18] net: hns: Optimize hns_nic_common_poll for better performance
` [PATCH V4 net-next 07/18] net: hns: Fix to adjust buf_size of ring according to mtu
` [PATCH V4 net-next 08/18] net: hns: Replace netif_tx_lock to ring spin lock
` [PATCH V4 net-next 09/18] net: hns: Correct HNS RSS key set function
` [PATCH V4 net-next 10/18] net: hns: Remove the redundant adding and deleting mac function
` [PATCH V4 net-next 11/18] net: hns: Remove redundant mac_get_id()
` [PATCH V4 net-next 12/18] net: hns: Remove redundant mac table operations
` [PATCH V4 net-next 13/18] net: hns: Clean redundant code from hns_mdio.c file
` [PATCH V4 net-next 14/18] net: hns: Optimise the code in hns_mdio_wait_ready()
` [PATCH V4 net-next 15/18] net: hns: Simplify the exception sequence in hns_ppe_init()
` [PATCH V4 net-next 16/18] net: hns: Adjust the SBM module buffer threshold
` [PATCH V4 net-next 17/18] net: hns: Avoid Hip06 chip TX packet line bug
` [PATCH V4 net-next 18/18] net: hns: Some checkpatch.pl script & warning fixes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).