netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-30 11:23:20 to 2018-07-02 13:03:51 UTC [more...]

[GIT] Networking
 2018-07-02 13:03 UTC 

[PATCH] wlcore: Fix memory leak in wlcore_cmd_wait_for_event_or_timeout
 2018-07-02 13:01 UTC  (3+ messages)

[PATCH net-next v4 0/4] net: vhost: improve performance when enable busyloop
 2018-07-02 12:57 UTC  (5+ messages)
` [PATCH net-next v4 1/4] vhost: lock the vqs one by one
` [PATCH net-next v4 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v4 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v4 4/4] net: vhost: add rx busy polling in tx path

[PATCH] net: stmmac_tc: use 64-bit arithmetic instead of 32-bit
 2018-07-02 12:09 UTC 

[RFC net-next 00/15] net: A socket API for LoRa
 2018-07-02 11:51 UTC  (18+ messages)
` [RFC net-next 01/15] net: Reserve protocol numbers "
` [RFC net-next 02/15] net: lora: Define sockaddr_lora
` [RFC net-next 03/15] net: lora: Add protocol numbers
` [RFC net-next 04/15] net: Add lora subsystem
` [RFC net-next 05/15] HACK: net: lora: Deal with .poll_mask in 4.18-rc2
` [RFC net-next 06/15] net: lora: Prepare for device drivers
` [RFC net-next 07/15] net: lora: Add Semtech SX1276
` [RFC net-next 08/15] net: lora: sx1276: Add debugfs
` [RFC net-next 09/15] net: lora: Prepare EUI helpers
` [RFC net-next 10/15] net: lora: Add Microchip RN2483
` [RFC net-next 11/15] net: lora: Add IMST WiMOD
` [RFC net-next 12/15] net: lora: Add USI WM-SG-SM-42
` [RFC net-next 13/15] net: lora: Prepare RAK RAK811
` [RFC net-next 14/15] net: lora: Prepare Semtech SX1257
` [RFC net-next 15/15] net: lora: Add Semtech SX1301

[PATCH net] sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
 2018-07-02 11:45 UTC  (2+ messages)

[PATCH][net-next] net: increase MAX_GRO_SKBS to 64
 2018-07-02 11:44 UTC  (2+ messages)

[PATCH net] ipvlan: call dev_change_flags when reset ipvlan mode
 2018-07-02 11:38 UTC  (3+ messages)
` [PATCHv2 net] ipvlan: call dev_change_flags when ipvlan mode is reset

[PATCH net] ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
 2018-07-02 11:37 UTC  (2+ messages)

[PATCH][next] netdevsim: fix sa_idx out of bounds check
 2018-07-02 11:36 UTC  (3+ messages)

[PATCH net] net: fix use-after-free in GRO with ESP
 2018-07-02 11:34 UTC  (2+ messages)

[PATCH v2 1/4] Simplify usbnet_cdc_update_filter
 2018-07-02 11:28 UTC  (11+ messages)
  ` [PATCH v3 0/4] usbnet: Admit multicast traffic in cdc ncm devices
    ` [PATCH v3 1/4] Simplify usbnet_cdc_update_filter
          ` [PATCH v4 1/4] Use dev->intf to get interface information
    ` [PATCH v3 2/4] Export usbnet_cdc_update_filter
    ` [PATCH v3 3/4] Replace the way cdc_ncm hooks into usbnet_change_mtu
    ` [PATCH v3 4/4] Hook into set_rx_mode to admit multicast traffic

[RFC PATCH] ipv6: make ipv6_renew_options() interrupt/kernel safe
 2018-07-02 11:03 UTC  (2+ messages)

[PATCH net] tcp: prevent bogus FRTO undos with non-SACK flows
 2018-07-02 10:26 UTC  (6+ messages)

[PATCHv2 net-next 0/5] sctp: fully support for dscp and flowlabel per transport
 2018-07-02 10:21 UTC  (6+ messages)
` [PATCHv2 net-next 1/5] ipv4: add __ip_queue_xmit() that supports tos param
  ` [PATCHv2 net-next 2/5] sctp: add support for dscp and flowlabel per transport
    ` [PATCHv2 net-next 3/5] sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams
      ` [PATCHv2 net-next 4/5] sctp: add support for setting flowlabel when adding a transport
        ` [PATCHv2 net-next 5/5] sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst

[PATCHv2 net-next 0/2] route: add support and selftests for directed broadcast forwarding
 2018-07-02  9:57 UTC  (4+ messages)
` [PATCHv2 net-next 1/2] route: add support "
  ` [PATCHv2 net-next 2/2] selftests: add a selftest "

[PATCH 0/4] samples/bpf: simple fixes
 2018-07-02  9:47 UTC  (7+ messages)
` [PATCH 1/4] samples/bpf: add missing <linux/if_vlan.h>
` [PATCH 2/4] samples/bpf: Check the result of system()
` [PATCH 3/4] samples/bpf: Check the error of write() and read()
` [PATCH 4/4] samples/bpf: add .gitignore file

[PATCH vhost] vhost_net: Fix too many vring kick on busypoll
 2018-07-02  8:54 UTC  (15+ messages)

[RFC bpf-next 0/6] XDP RX device meta data acceleration (WIP)
 2018-07-02  8:01 UTC  (5+ messages)
` [RFC bpf-next 2/6] net: xdp: RX meta data infrastructure

[PATCH V2 net-next 0/9] net: hns3: a few code improvements
 2018-07-02  7:50 UTC  (10+ messages)
` [PATCH V2 net-next 1/9] net: hns3: remove unused hclge_ring_to_dma_dir
` [PATCH V2 net-next 2/9] net: hns3: remove useless code in hclge_cmd_send
` [PATCH V2 net-next 3/9] net: hns3: remove some redundant assignments
` [PATCH V2 net-next 4/9] net: hns3: simplify hclge_cmd_csq_clean
` [PATCH V2 net-next 5/9] net: hns3: remove a redundant hclge_cmd_csq_done
` [PATCH V2 net-next 6/9] net: hns3: remove some unused members of some structures
` [PATCH V2 net-next 7/9] net: hns3: give default option while dependency HNS3 set
` [PATCH V2 net-next 8/9] net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
` [PATCH V2 net-next 9/9] net: hns3: modify hnae_ to hnae3_

[PATCH v4 00/18] ARM: davinci: step towards removing at24_platform_data
 2018-07-02  7:41 UTC  (8+ messages)
` [PATCH v4 08/18] net: davinci_emac: potentially get the MAC address from MTD
` [PATCH v4 09/18] ARM: davinci: da850-evm: remove dead MTD code

[PATCH] atm: zatm: remove redundant pointer zatm_dev
 2018-07-02  7:37 UTC 

[PATCH net-next 00/10] net: hns3: a few code improvements
 2018-07-02  7:06 UTC  (4+ messages)
` [PATCH net-next 05/10] net: hns3: using modulo for cyclic counters in hclge_cmd_send

[PATCH] net: phy: marvell: change default m88e1510 LED configuration
 2018-07-02  6:15 UTC 

[PATCH net-next] net: phy: realtek: add support for RTL8211C
 2018-07-02  6:08 UTC 

[pull request][net-next 00/12] Mellanox, mlx5e updates 2018-06-28
 2018-07-02  5:29 UTC  (7+ messages)
` [net-next 01/12] net/mlx5e: Add UDP GSO support

[PATCH net-next v3 0/4] net: vhost: improve performance when enable busyloop
 2018-07-02  4:05 UTC  (10+ messages)
` [PATCH net-next v3 1/4] net: vhost: lock the vqs one by one
` [PATCH net-next v3 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v3 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v3 4/4] net: vhost: add rx busy polling in tx path

[PATCH net-next 1/1] net sched actions: add extack messages in pedit action
 2018-07-02  4:02 UTC 

[PATCH net 0/4] qed*: Fix series
 2018-07-02  3:03 UTC  (5+ messages)
` [PATCH net 1/4] qed: Limit msix vectors in kdump kernel to the minimum required count
` [PATCH net 2/4] qed: Fix setting of incorrect eswitch mode
` [PATCH net 3/4] qed: Fix use of incorrect size in memcpy call
` [PATCH net 4/4] qede: Adverstise software timestamp caps when PHC is not available

[net-next:master 75/95] drivers/net/ethernet/stmicro/stmmac/.tmp_gl_stmmac_tc.o:undefined reference to `__udivdi3'
 2018-07-02  2:45 UTC 

[PATCH] lib: rhashtable: Correct self-assignment in rhashtable.c
 2018-07-02  1:32 UTC 

linux-next: manual merge of the net-next tree with the rdma tree
 2018-07-02  0:21 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-07-02  0:15 UTC 

[net-next PATCH v6 0/7] Symmetric queue selection using XPS for Rx queues
 2018-07-02  0:11 UTC  (2+ messages)

Reminder: Linux Plumbers Networking Track CFP
 2018-07-02  0:10 UTC 

[PATCH] TTY: isdn: Replace strncpy with memcpy
 2018-07-01 20:57 UTC 

Compiler warnings in kernel 4.14.51
 2018-07-01 20:35 UTC 

[PATCH v5 net-next] net:sched: add action inheritdsfield to skbedit
 2018-07-01 19:16 UTC 

[PATCH net-next] net: phy: realtek: add missing entry for RTL8211 to mdio_device_id table
 2018-07-01 17:14 UTC 

[PATCH bpf] bpf: hash_map: decrement counter on error
 2018-07-01 16:33 UTC  (3+ messages)

[PATCH] net: expose sk wmem in sock_exceed_buf_limit tracepoint
 2018-07-01 15:31 UTC 

862591bf4("xfrm: skip policies marked as dead while rehashing")
 2018-07-01 13:28 UTC  (2+ messages)

[PATCH net-next] r8169: remove old PHY reset hack
 2018-07-01 13:16 UTC  (2+ messages)

[PATCH linux-firmware] Mellanox: Add new mlxsw_spectrum firmware 13.1701.2
 2018-07-01 13:15 UTC  (2+ messages)

[PATCH bpf-next 2/3] bpf: btf: add btf json print functionality
 2018-07-01 10:31 UTC  (11+ messages)

[PATCH net-next 1/5] net: gemini: Look up L3 maxlen from table
 2018-07-01  7:58 UTC  (7+ messages)
` [PATCH net-next 2/5] net: gemini: Improve connection prints
` [PATCH net-next 3/5] net: gemini: Allow multiple ports to instantiate
` [PATCH net-next 4/5] net: gemini: Move main init to port
` [PATCH net-next 5/5] net: gemini: Indicate that we can handle jumboframes

[PATCH net-next 0/2] tcp: fix high tail latencies in DCTCP
 2018-07-01  4:09 UTC  (6+ messages)
` [PATCH net-next 2/2] tcp: ack immediately when a cwr packet arrives

pull-request: bpf 2018-07-01
 2018-07-01  0:28 UTC  (2+ messages)

[bpf PATCH v5 0/4] BPF fixes for sockhash
 2018-06-30 23:58 UTC  (6+ messages)
` [bpf PATCH v5 1/4] bpf: sockmap, fix crash when ipv6 sock is added
` [bpf PATCH v5 2/4] bpf: sockmap, fix smap_list_map_remove when psock is in many maps
` [bpf PATCH v5 3/4] bpf: sockhash fix omitted bucket lock in sock_close
` [bpf PATCH v5 4/4] bpf: sockhash, add release routine

[PATCH bpf-next 0/8] tools: bpf: updates to bpftool and libbpf
 2018-06-30 23:03 UTC  (2+ messages)

pull-request: mac80211-next 2018-06-29
 2018-06-30 20:45 UTC  (3+ messages)

Anyone know if strongswan works with vrf?
 2018-06-30 20:24 UTC  (2+ messages)

[PATCH] [v2] infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
 2018-06-30 19:00 UTC  (2+ messages)

[PATCH v2 4/4] Hook into set_rx_mode to admit multicast traffic
 2018-06-30 17:32 UTC 

[PATCH v2 3/4] Replace the way cdc_ncm hooks into usbnet_change_mtu
 2018-06-30 17:32 UTC 

[PATCH v2 2/4] usbnet: Export usbnet_cdc_update_filter
 2018-06-30 17:31 UTC 

[PATCH v2 0/3] usbnet: Admit multicast traffic in cdc ncm devices
 2018-06-30 17:27 UTC 

[PATCH 0/2 ] cdc_ncm: Handle multicast Ethernet traffic
 2018-06-30 14:22 UTC  (9+ messages)
` [PATCH 1/2] cdc_ncm: Hook into usbnet_change_mtu respecting usbnet,driver_info
` [PATCH 2/2] cdc_ncm: Admit multicast traffic

[bpf PATCH 0/2] sockmap, syzbot fix error path and RCU fix
 2018-06-30 13:51 UTC  (3+ messages)
` [bpf PATCH 1/2] bpf: sockmap, error path can not release psock in multi-map case
` [bpf PATCH 2/2] bpf: sockmap, hash table is RCU so readers do not need locks

[PATCH net] net: fib_rules: bring back rule_exists to match rule during add
 2018-06-30 13:11 UTC  (2+ messages)

[PATCH net-next 00/13] mlxsw: Add resource scale tests
 2018-06-30 13:06 UTC  (2+ messages)

[PATCH net-next 4/5] net/sched: flower: Dump the ethertype encapsulated in vlan
 2018-06-30 12:54 UTC  (2+ messages)

[PATCH net-next 0/9] nfp: flower updates and netconsole
 2018-06-30 12:32 UTC  (2+ messages)

[PATCH net] hv_netvsc: split sub-channel setup into async and sync
 2018-06-30 12:29 UTC  (2+ messages)

[Patch net] net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
 2018-06-30 12:27 UTC  (2+ messages)

[PATCH net-next] strparser: Call skb_unclone conditionally
 2018-06-30 12:25 UTC  (2+ messages)

[PATCH] atm: zatm: Fix potential Spectre v1
 2018-06-30 12:25 UTC  (2+ messages)

[PATCH net 0/5] s390/qeth: fixes 2018-06-29
 2018-06-30 12:20 UTC  (2+ messages)

[PATCH net] alx: take rtnl before calling __alx_open from resume
 2018-06-30 12:18 UTC  (2+ messages)

[PATCH net] sfc: correctly initialise filter rwsem for farch
 2018-06-30 12:18 UTC  (2+ messages)

[PATCH net v3] net: phy: DP83TC811: Fix disabling interrupts
 2018-06-30 12:18 UTC  (2+ messages)

[PATCH net-next v2 1/1] tc-testing: initial version of tunnel_key unit tests
 2018-06-30 12:17 UTC  (2+ messages)

[net-next 1/1] tipc: extend sock diag for group communication
 2018-06-30 12:06 UTC  (2+ messages)

[net-next 1/1] tipc: Auto removal of peer down node instance
 2018-06-30 12:05 UTC  (2+ messages)

[PATCH] r8169: remove TBI 1000BaseX support
 2018-06-30 11:54 UTC  (2+ messages)

[PATCH net] net/ipv6: Fix updates to prefix route
 2018-06-30 11:54 UTC  (2+ messages)

[net-next 1/1] tipc: optimize function tipc_node_timeout()
 2018-06-30 11:52 UTC  (2+ messages)

[net-next 1/1] tipc: eliminate buffer cloning in function tipc_msg_extract()
 2018-06-30 11:48 UTC  (2+ messages)

[PATCH] net: usb: Mark expected switch fall-throughs
 2018-06-30 11:47 UTC  (2+ messages)

[PATCH net-next] net: phy: realtek: add support for RTL8211
 2018-06-30 11:47 UTC  (2+ messages)

[PATCH net-next 00/10] pnetid and SMC-D support
 2018-06-30 11:46 UTC  (2+ messages)

[PATCH net-next] r8169: use standard debug output functions
 2018-06-30 11:45 UTC  (2+ messages)

[PATCH net-next 0/4] Fixes for running mirror-to-gretap tests on veth
 2018-06-30 11:35 UTC  (2+ messages)

[PATCH 1/3 v2] net: dsa: Add DT bindings for Vitesse VSC73xx switches
 2018-06-30 11:17 UTC  (2+ messages)
` [PATCH 3/3 v2] net: dsa: Add Vitesse VSC73xx DSA router driver


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).