netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-16 17:38:38 to 2017-05-17 13:44:10 UTC [more...]

[PATCH net-next 00/15] tcp: TCP TS option use 1 ms clock
 2017-05-17 13:43 UTC  (19+ messages)
` [PATCH net-next 01/15] tcp: use tp->tcp_mstamp in output path
` [PATCH net-next 02/15] tcp: introduce tcp_jiffies32
` [PATCH net-next 03/15] dccp: do not use tcp_time_stamp
` [PATCH net-next 04/15] tcp: use tcp_jiffies32 to feed tp->lsndtime
` [PATCH net-next 05/15] tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
` [PATCH net-next 06/15] tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
` [PATCH net-next 07/15] tcp: bic,cubic: "
` [PATCH net-next 08/15] tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
` [PATCH net-next 09/15] tcp: use tcp_jiffies32 to feed probe_timestamp
` [PATCH net-next 10/15] tcp: uses jiffies_32 to feed tp->chrono_start
` [PATCH net-next 11/15] tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
` [PATCH net-next 12/15] tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
` [PATCH net-next 13/15] tcp_lp: cache tcp_time_stamp
` [PATCH net-next 14/15] tcp: replace misc tcp_time_stamp to tcp_jiffies32
` [PATCH net-next 15/15] tcp: switch TCP TS option (RFC 7323) to 1ms clock

[PATCH] hdlcdrv: fix divide error bug if bitrate is 0
 2017-05-17 13:42 UTC  (3+ messages)

(unknown),
 2017-05-17 13:39 UTC 

'iw events' stops receiving events after a while on 4.9 + hacks
 2017-05-17 13:30 UTC  (3+ messages)

[PATCH 2/6] wl1251: Use request_firmware_prefer_user() for loading NVS calibration data
 2017-05-17 13:22 UTC  (8+ messages)

[PATCH 1/2] wcn36xx: Pass used skb to ieee80211_tx_status()
 2017-05-17 13:14 UTC  (5+ messages)

[patch net-next v3 00/10] net: sched: introduce multichain support for filters
 2017-05-17 12:53 UTC  (25+ messages)
` [patch net-next v3 01/10] net: sched: move tc_classify function to cls_api.c
` [patch net-next v3 02/10] net: sched: introduce tcf block infractructure
` [patch net-next v3 05/10] net: sched: move TC_H_MAJ macro call into tcf_auto_prio
` [patch net-next v3 06/10] net: sched: introduce helpers to work with filter chains
` [patch iproute2 v2 repost 1/3] tc_filter: add support for chain index

[PATCH net] udp: make *udp*_queue_rcv_skb() functions static
 2017-05-17 12:52 UTC 

[patch net-next v4 00/10] net: sched: introduce multichain support for filters
 2017-05-17 12:44 UTC  (24+ messages)
` [patch net-next v4 01/10] net: sched: move tc_classify function to cls_api.c
` [patch net-next v4 02/10] net: sched: introduce tcf block infractructure
` [patch net-next v4 03/10] net: sched: rename tcf_destroy_chain helper
` [patch net-next v4 04/10] net: sched: replace nprio by a bool to make the function more readable
` [patch net-next v4 05/10] net: sched: move TC_H_MAJ macro call into tcf_auto_prio
` [patch net-next v4 06/10] net: sched: introduce helpers to work with filter chains
` [patch net-next v4 07/10] net: sched: push chain dump to a separate function
` [patch net-next v4 08/10] net: sched: introduce multichain support for filters
` [patch net-next v4 09/10] net: sched: push tp down to action init
` [patch net-next v4 10/10] net: sched: add termination action to allow goto chain

[PATCH v5 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-17 11:58 UTC  (3+ messages)
` [PATCH v5 16/17] tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate

[PATCH linux-firmware] qed: Add firmware 8.20.0.0
 2017-05-17 11:39 UTC 

Donation Award
 2017-05-17  2:49 UTC 

[PATCH net-next 0/9] nfp: LSO, checksum and XDP datapath updates
 2017-05-17 11:07 UTC  (3+ messages)
` [PATCH net-next 9/9] nfp: eliminate an if statement in calculation of completed frames

(unknown),
 2017-05-17 10:59 UTC 

[RFC V1 0/1] Reduce cdc_ncm memory use when kernel memory low
 2017-05-17 10:56 UTC  (5+ messages)
  ` [RFC V1 1/1] net: cdc_ncm: Reduce "

[PATCH] qed: Add firmware 8.20.0.0
 2017-05-17 10:48 UTC 

[PATCH net-next] net: make struct net_device::tx_queue_len unsigned int
 2017-05-17 10:30 UTC 

[PATCH v3 net-next 0/7] Extend socket timestamping API
 2017-05-17 10:27 UTC  (10+ messages)
` [PATCH v3 net-next 3/7] net: add function to retrieve original skb device using NAPI ID
` [PATCH v3 net-next 4/7] net: add new control message for incoming HW-timestamped packets
` [PATCH v3 net-next 5/7] net: don't make false software transmit timestamps
` [PATCH v3 net-next 6/7] net: allow simultaneous SW and HW transmit timestamping

NETIF_N_NTUPLE - should it control flow classification?
 2017-05-17 10:25 UTC 

[net-next] net: remove duplicate add_device_randomness() call
 2017-05-17  9:23 UTC 

[PATCH 4.4-only] openvswitch: clear sender cpu before forwarding packets
 2017-05-17  9:21 UTC  (4+ messages)

[PATCH] udp: make function udp_skb_dtor_locked static
 2017-05-17  9:19 UTC  (2+ messages)

[PATCH net-next] net: fix __skb_try_recv_from_queue to return the old behavior
 2017-05-17  9:04 UTC  (2+ messages)

[PATCH] net: always include tcp.h in sock.c
 2017-05-17  8:47 UTC 

[PATCH 1/2] net-next: stmmac: add adjust_link function
 2017-05-17  8:21 UTC  (4+ messages)

[PATCH v1] samples/bpf: Add a .gitignore for binaries
 2017-05-17  8:18 UTC  (5+ messages)

Alerte
 2017-05-17  6:36 UTC 

Alerte
 2017-05-17  6:36 UTC 

[PATCH v4] bridge: netlink: check vlan_default_pvid range
 2017-05-17  7:29 UTC 

[PATCH v5] net: ethernet: faraday: To support device tree usage
 2017-05-17  7:28 UTC 

[PATCH net 0/5] qed*: General fixes
 2017-05-17  6:16 UTC  (3+ messages)
` [PATCH net 5/5] qede: Split PF/VF ndos

[PATCH net-next V5 0/9] vhost_net rx batch dequeuing
 2017-05-17  4:14 UTC  (10+ messages)
` [PATCH net-next V5 1/9] ptr_ring: add ptr_ring_unconsume
` [PATCH net-next V5 2/9] skb_array: introduce skb_array_unconsume
` [PATCH net-next V5 3/9] ptr_ring: introduce batch dequeuing
` [PATCH net-next V5 4/9] skb_array: "
` [PATCH net-next V5 5/9] tun: export skb_array
` [PATCH net-next V5 6/9] tap: "
` [PATCH net-next V5 7/9] tun: support receiving skb through msg_control
` [PATCH net-next V5 8/9] tap: support receiving skb from msg_control
` [PATCH net-next V5 9/9] vhost_net: try batch dequing from skb array

[PATCH net v3] net: x25: fix one potential use-after-free issue
 2017-05-17  4:05 UTC 

Donation
 2017-05-17  0:55 UTC 

[PATCH net-next v2 1/3] net/sock: factor out dequeue/peek with offset code
 2017-05-17  2:46 UTC  (2+ messages)
` [net-next,v2,1/3] "

[PATCH net-next 0/6] net: phy: marvell: Checkpatch cleanup
 2017-05-17  1:26 UTC  (7+ messages)
` [PATCH net-next 1/6] net: phy: Marvell: checkpatch - Comments
` [PATCH net-next 2/6] net: phy: marvell: Checkpatch - Missing or extra blank lines
` [PATCH net-next 3/6] net: phy: marvell: Checkpatch - assignments and comparisons
` [PATCH net-next 4/6] net: phy: marvell: Refactor some bigger functions
` [PATCH net-next 5/6] net: phy: marvell: Add helpers to get/set page
` [PATCH net-next 6/6] net: phy: marvell: checkpatch - Fix remaining long lines

[PATCH net] selftests/bpf: fix broken build due to types.h
 2017-05-16 23:16 UTC  (2+ messages)

[PATCH v2 1/3] bpf: Use 1<<16 as ceiling for immediate alignment in verifier
 2017-05-16 22:53 UTC  (4+ messages)

[PATCH v8 0/5] skb_to_sgvec hardening
 2017-05-16 22:11 UTC  (7+ messages)
` [PATCH v8 1/5] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
` [PATCH v8 3/5] rxrpc: check return value of skb_to_sgvec always

Donation
 2017-05-16 21:33 UTC 

[PATCH net-next] tcp: warn on negative reordering values
 2017-05-16 21:39 UTC 

[PATCH] netlink: Change rtnl_dump_done to always show error
 2017-05-16 21:22 UTC 

[PATCH net-next] net: dsa: store CPU port pointer in the tree
 2017-05-16 21:16 UTC  (3+ messages)

[PATCH net-next 0/2] net: dsa: Sort various lists
 2017-05-16 21:12 UTC  (7+ messages)
` [PATCH net-next 1/2] net: dsa: Sort DSA tagging protocol drivers
` [PATCH net-next 2/2] drivers: net: DSA: Sort drivers

[PATCH v2 net-next 00/12] net: get rid of __napi_complete()
 2017-05-16 20:48 UTC  (7+ messages)
` [PATCH v2 net-next 06/12] ep93xx_eth: add GRO support

[PATCH net 0/2] bnxt_en: DCBX fixes
 2017-05-16 20:39 UTC  (3+ messages)
` [PATCH net 1/2] bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration
` [PATCH net 2/2] bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST

linux-next: Tree for May 16 (net/core)
 2017-05-16 20:27 UTC  (4+ messages)
    ` [PATCH net] net: fix compile error in skb_orphan_partial()

switchdev offload & ecmp
 2017-05-16 20:22 UTC  (5+ messages)

[PATCH net-next] geneve: add rtnl changelink support
 2017-05-16 20:09 UTC  (4+ messages)

[PATCH] liquidio: use pcie_flr instead of duplicating it
 2017-05-16 20:00 UTC  (2+ messages)

[PATCH] net: phy: Remove residual magic from PHY drivers
 2017-05-16 19:58 UTC  (2+ messages)

[PATCH 0/1] fix node name in the brcm,bcm43xx-fmac.txt example
 2017-05-16 19:56 UTC  (4+ messages)
` [PATCH 1/1] dt-binding: net: wireless: fix node name in the BCM43xx example

[PATCH net-next] cxgb4: update latest firmware version supported
 2017-05-16 19:53 UTC  (2+ messages)

[PATCH net-next] bnx2x: Remove open coded carrier check
 2017-05-16 19:49 UTC  (2+ messages)

[PATCH] [net, 4.12] mlx5e: add CONFIG_INET dependency
 2017-05-16 19:48 UTC  (2+ messages)

[PATCH v2 net-next] tcp: internal implementation for pacing
 2017-05-16 19:46 UTC  (2+ messages)

[PATCH net-next v2 0/3] udp: scalability improvements
 2017-05-16 19:41 UTC  (2+ messages)

[PATCH] net/smc: mark as BROKEN due to remote memory exposure
 2017-05-16 19:28 UTC  (7+ messages)

[PATCH 2/3] bpf: Track alignment of MAP pointers in verifier
 2017-05-16 19:08 UTC  (4+ messages)

ipsec doesn't route TCP with 4.11 kernel
 2017-05-16 19:05 UTC  (6+ messages)

[PATCH] net: Improve handling of failures on link and route dumps
 2017-05-16 18:54 UTC  (2+ messages)

[PATCH net v1] net/smc: Add warning about remote memory exposure
 2017-05-16 18:53 UTC  (2+ messages)

[PATCH V3 net 0/1] net/smc and the RDMA core
 2017-05-16 18:53 UTC  (3+ messages)
` [PATCH V3 net 1/1] smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY

[PATCH 0/2] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-05-16 18:38 UTC  (14+ messages)
` [PATCH 1/2] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING

[PATCH net-next] ipv6: Prevent overrun when parsing v6 header options
 2017-05-16 18:36 UTC 

[PATCH] xen/9pfs: fix return value check in xen_9pfs_front_probe()
 2017-05-16 18:35 UTC  (2+ messages)

[PATCH net-next] liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VF
 2017-05-16 18:28 UTC 

[Patch net] ipv4: restore rt->fi for reference counting
 2017-05-16 18:16 UTC  (18+ messages)

[PATCH net-next] liquidio: fix insmod failure when multiple NICs are plugged in
 2017-05-16 18:14 UTC 

BUG: cxgb4 is broken in v4.12-rc1
 2017-05-16 17:43 UTC  (5+ messages)
`  "

[patch net-next 00/12] mlxsw: Preparations for restructuring
 2017-05-16 17:38 UTC  (13+ messages)
` [patch net-next 01/12] mlxsw: spectrum_buffer: Reduce scope of shared buffer struct
` [patch net-next 02/12] mlxsw: spectrum_router: Reduce scope of router struct
` [patch net-next 03/12] mlxsw: spectrum_switchdev: Reduce scope of bridge struct
` [patch net-next 04/12] mlxsw: spectrum_router: Move RIFs array to its rightful place
` [patch net-next 05/12] mlxsw: spectrum_router: Move FIB notification block to router struct
` [patch net-next 06/12] mlxsw: spectrum_router: Initialize RIFs in a separate function
` [patch net-next 07/12] mlxsw: spectrum_switchdev: Remove redundant check
` [patch net-next 08/12] mlxsw: spectrum_switchdev: Don't batch VLAN operations
` [patch net-next 09/12] mlxsw: spectrum_switchdev: Don't batch STP operations
` [patch net-next 10/12] mlxsw: spectrum_switchdev: Don't batch learning operations
` [patch net-next 11/12] mlxsw: spectrum: Move PVID code to appropriate place
` [patch net-next 12/12] mlxsw: spectrum: Default ports to non-virtual mode


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