netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-14 21:08:18 to 2017-06-15 19:28:35 UTC [more...]

[PATCH] skbuff: make skb_put_zero() return void
 2017-06-15 19:28 UTC  (6+ messages)

[RFC v2] networking: convert many more places to skb_put_zero()
 2017-06-15 19:26 UTC  (5+ messages)

[PATCH net-next V2 0/2] pktgen new parameters
 2017-06-15 19:24 UTC  (5+ messages)
` [PATCH net-next V2 1/2] pktgen: Specify num packets per thread
` [PATCH net-next V2 2/2] pktgen: Specify the index of first thread

[PATCH net-next] nfp: add VLAN filtering support
 2017-06-15 19:23 UTC  (4+ messages)

[PATCH net-next] net: dsa: assign default CPU port to all ports
 2017-06-15 19:14 UTC  (2+ messages)

[PATCH 1/1] Doc: net: dsa: b53: update location of referenced dsa.txt
 2017-06-15 19:02 UTC  (2+ messages)

[PATCH net-next] sunvnet: restrict advertized checksum offloads to just IP
 2017-06-15 18:54 UTC  (3+ messages)

[PATCH net] sctp: return next obj by passing pos + 1 into sctp_transport_get_idx
 2017-06-15 18:41 UTC  (2+ messages)

[PATCH net-next 0/3] r8152: support new chips
 2017-06-15 18:32 UTC  (5+ messages)
` [PATCH net-next 1/3] r8152: support new chip 8050
` [PATCH net-next 2/3] r8152: support RTL8153B
` [PATCH net-next 3/3] r8152: add byte_enable for ocp_read_word function

[PATCH net-next 0/3] rds: tcp: misc bug fixes
 2017-06-15 18:28 UTC  (4+ messages)
` [PATCH net-next 1/3] rds: tcp: remove cp_outgoing
` [PATCH net-next 2/3] rds: tcp: various endian-ness fixes
` [PATCH net-next 3/3] rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one

[PATCH 0/5 net-next v2] ibmvnic: LPM bug fixes
 2017-06-15 18:31 UTC  (7+ messages)
` [PATCH 1/5 net-next v2] ibmvnic: Activate disabled RX buffer pools on reset
` [PATCH 2/5 net-next v2] ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close
` [PATCH 3/5 net-next v2] ibmvnic: Sanitize entire SCRQ buffer on reset
` [PATCH 4/5 net-next v2] ibmvnic: Remove VNIC_CLOSING check from pending_scrq
` [PATCH 5/5 net-next v2] ibmvnic: Exit polling routine correctly during adapter reset

[PATCH iproute/master 0/3] lost mpls ip tunnel patches
 2017-06-15 18:31 UTC  (6+ messages)
` [PATCH iproute/master 2/3] iptunnel: add support for mpls/ip to sit tunnels

[PATCH net] rxrpc: Fix several cases where a padded len isn't checked in ticket decode
 2017-06-15 18:27 UTC  (2+ messages)

linux-next: build failure after merge of the wireless-drivers-next tree
 2017-06-15 18:25 UTC  (4+ messages)

[PATCH net-next 0/2] net: sched: act_tunnel_key: UDP checksums
 2017-06-15 18:21 UTC  (5+ messages)
` [PATCH iproute2 2/2] tc: m_tunnel_key: add csum/nocsum option

[PATCH] net: s2io: remove useless variable in fill_rx_buffers
 2017-06-15 18:15 UTC  (2+ messages)

[PATCH] Convert multiple netdev_info messages to netdev_dbg
 2017-06-15 18:14 UTC 

[PATCH net-next 0/8] net: dsa: prefix Global macros
 2017-06-15 18:08 UTC  (11+ messages)
` [PATCH net-next 1/8] net: dsa: mv88e6xxx: prefix Global Status macros
` [PATCH net-next 2/8] net: dsa: mv88e6xxx: prefix Global Switch MAC macros
` [PATCH net-next 3/8] net: dsa: mv88e6xxx: prefix Global ATU macros
` [PATCH net-next 4/8] net: dsa: mv88e6xxx: prefix Global VTU macros
` [PATCH net-next 5/8] net: dsa: mv88e6xxx: prefix Global Control macros
` [PATCH net-next 6/8] net: dsa: mv88e6xxx: prefix Global Monitor "
` [PATCH net-next 7/8] net: dsa: mv88e6xxx: prefix Global Stats macros
` [PATCH net-next 8/8] net: dsa: mv88e6xxx: prefix Global Prio and Tag macros

nfc: nci: fix potential NULL pointer dereference
 2017-06-15 17:29 UTC  (3+ messages)
` [PATCH] nfc: nci: remove unnecessary null check

[PATCH net-next 0/2] net: dsa: loop: Driver updates
 2017-06-15 17:15 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: loop: Inline unregister_fixed_phys()
` [PATCH net-next 2/2] net: dsa: loop: Implement ethtool statistics

[PATCH 1/2] ip_tunnel: fix ip tunnel lookup in collect_md mode
 2017-06-15 16:37 UTC  (2+ messages)
` [PATCH 2/2] ip6_tunnel: fix ip6 "

[PATCH 2/2] ip6_tunnel: fix ip6 tunnel lookup in collect_md mode
 2017-06-15 16:36 UTC 

[PATCH net-next v5 00/11] net: mvmdio: add xMDIO xSMI support
 2017-06-15 16:35 UTC  (14+ messages)
` [PATCH net-next v5 01/11] net: mvmdio: reorder headers alphabetically
` [PATCH net-next v5 02/11] net: mvmdio: use tabs for defines
` [PATCH net-next v5 03/11] net: mvmdio: use GENMASK for masks
` [PATCH net-next v5 04/11] net: mvmdio: remove duplicate locking
` [PATCH net-next v5 05/11] net: mvmdio: introduce an ops structure
` [PATCH net-next v5 06/11] net: mvmdio: put the poll intervals in the "
` [PATCH net-next v5 07/11] net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations
` [PATCH net-next v5 08/11] net: mvmdio: add xmdio xsmi support
` [PATCH net-next v5 09/11] net: mvmdio: simplify the smi read and write error paths
` [PATCH net-next v5 10/11] dt-bindings: orion-mdio: document the new xmdio compatible
` [PATCH net-next v5 11/11] arm64: marvell: dts: add xmdio nodes for 7k/8k

[PATCH net] sctp: fix spinfo_srtt to be in msecs and not jiffies
 2017-06-15 16:15 UTC  (2+ messages)

[PATCH v3 net-next 0/4] kernel TLS
 2017-06-15 16:13 UTC  (8+ messages)

[PATCH v1 0/2] Add support for Broadcom DTE based PTP clock
 2017-06-15 16:07 UTC  (2+ messages)

[RFC] networking: introduce and use skb_put_data()
 2017-06-15 15:40 UTC  (2+ messages)

[PATCH iproute2] link_gre6: really support encaplimit option
 2017-06-15 15:33 UTC  (4+ messages)

[PATCH iproute2 net-next] ip neigh: allow flush FAILED neighbour entry
 2017-06-15 15:30 UTC  (4+ messages)

[PATCH] ibmvnic: driver initialization for kdump/kexec
 2017-06-15 18:48 UTC 

[PATCH net] ipv6: fix calling in6_ifa_hold incorrectly for dad work
 2017-06-15 14:58 UTC  (2+ messages)

[PATCH v2 00/11] bring back stack frame warning with KASAN
 2017-06-15 14:56 UTC  (19+ messages)
` [PATCH v2 01/11] compiler: introduce noinline_if_stackbloat annotation
` [PATCH v2 02/11] netlink: mark nla_put_{u8,u16,u32} noinline_if_stackbloat
` [PATCH v2 03/11] tty: kbd: reduce stack size with KASAN
` [PATCH v2 04/11] rocker: mark rocker_tlv_put_* functions as noinline_if_stackbloat
` [PATCH v2 05/11] mtd: cfi: reduce stack size with KASAN
` [PATCH v2 06/11] dvb-frontends: reduce stack size in i2c access
` [PATCH v2 07/11] r820t: mark register functions as noinline_if_stackbloat
` [PATCH v2 08/11] brcmsmac: make some local variables 'static const' to reduce stack size
` [PATCH v2 09/11] brcmsmac: split up wlc_phy_workarounds_nphy
` [PATCH v2 10/11] brcmsmac: reindent split functions
` [PATCH v2 11/11] kasan: rework Kconfig settings

ARM GLX Khadas VIM Pro - Ethernet detected as only 10Mbps and stalled after some traffic
 2017-06-15 14:40 UTC  (7+ messages)

[RFC PATCH v2 net-next 00/10] bpf: rewrite value tracking in verifier
 2017-06-15 14:38 UTC  (11+ messages)
` [RFC PATCH v2 net-next 01/10] selftests/bpf: add test for mixed signed and unsigned bounds checks
` [RFC PATCH v2 net-next 02/10] bpf/verifier: rework value tracking
` [RFC PATCH v2 net-next 03/10] nfp: change bpf verifier hooks to match new verifier data structures
` [RFC PATCH v2 net-next 06/10] selftests/bpf: change test_verifier expectations
` [RFC PATCH v2 net-next 07/10] selftests/bpf: rewrite test_align
  ` [RFC PATCH v2 net-next 04/10] bpf/verifier: track signed and unsigned min/max values
  ` [RFC PATCH v2 net-next 05/10] bpf/verifier: more concise register state logs for constant var_off
  ` [RFC PATCH v2 net-next 08/10] selftests/bpf: add a test to test_align
  ` [RFC PATCH v2 net-next 10/10] selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
` [RFC PATCH v2 net-next 09/10] selftests/bpf: add test for bogus operations on pointers

[PATCH v4 00/11] net: mvmdio: add xMDIO xSMI support
 2017-06-15 13:22 UTC  (6+ messages)
` [PATCH v4 10/11] dt-bindings: orion-mdio: document the new xmdio compatible

[PATCH net-next 0/3] ipmr/ip6mr: add Netlink notifications on cache reports
 2017-06-15 13:00 UTC  (9+ messages)
` [PATCH net-next 2/3] ipmr: add netlink notifications on igmpmsg "

[PATCH iproute2 master] bpf: provide fallback defs for __NR_bpf when not avail
 2017-06-15 12:49 UTC  (5+ messages)

[patch iproute2/net-next] tc: don't print error message on miss when parsing control action with default
 2017-06-15 12:10 UTC 

[PATCH] xfrm: NULL dereference on allocation failure
 2017-06-15 11:57 UTC  (2+ messages)

[PATCH] xfrm: Oops on error in pfkey_msg2xfrm_state()
 2017-06-15 11:56 UTC  (2+ messages)

[PATCH net-next 00/10] mlx4 XDP performance improvements
 2017-06-15 11:35 UTC  (11+ messages)
` [PATCH net-next 01/10] net/mlx4_en: Remove unused argument in TX datapath function
` [PATCH net-next 02/10] net/mlx4_en: Optimized single ring steering
` [PATCH net-next 03/10] net/mlx4_en: Improve receive data-path
` [PATCH net-next 04/10] net/mlx4_en: Improve transmit CQ polling
` [PATCH net-next 05/10] net/mlx4_en: Improve stack xmit function
` [PATCH net-next 06/10] net/mlx4_en: Improve XDP "
` [PATCH net-next 07/10] net/mlx4_en: Poll XDP TX completion queue in RX NAPI
` [PATCH net-next 08/10] net/mlx4_en: Increase default TX ring size
` [PATCH net-next 09/10] net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations
` [PATCH net-next 10/10] net/mlx4_en: Refactor mlx4_en_free_tx_desc

Toggling link state breaks network connectivity
 2017-06-15 10:19 UTC  (8+ messages)

Re:
 2017-06-15 10:10 UTC 

[PATCH net-next] of_mdio: move of_mdio_parse_addr to header file
 2017-06-15  9:45 UTC  (2+ messages)

[RFC v2] networking: introduce and use skb_put_data()
 2017-06-15  9:37 UTC 

[PATCH] mwifiex: debugfs: remove redunant check of mwifiex_dfs_dir
 2017-06-15  8:59 UTC 

[RFC] networking: convert many more places to skb_put_zero()
 2017-06-15  7:47 UTC  (8+ messages)

[PATCH 0/9] Bug fixes and ctr mode of operation
 2017-06-15  7:13 UTC  (10+ messages)
` [PATCH 1/9] crypto: chcr - Pass lcb bit setting to firmware
` [PATCH 2/9] crypto: chcr - Fix fallback key setting
` [PATCH 3/9] crypto: chcr - Return correct error code
` [PATCH 4/9] crypto: chcr - Avoid changing request structure
` [PATCH 5/9] crypto:chcr - Add ctr mode and process large sg entries for cipher
` [PATCH 6/9] chcr - Add debug counters
` [PATCH 7/9] MAINTAINERS:Add maintainer for chelsio crypto driver
` [PATCH 8/9] crypto: chcr - Ensure Destination sg entry size less than 2k
` [PATCH 9/9] crypto: chcr - Select device in Round Robin fashion

[PATCH net-next 00/11] skb_put_zero() used to optimize code
 2017-06-15  6:58 UTC  (7+ messages)

[GIT] Networking
 2017-06-15  4:18 UTC 

[PATCH v2] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-15  3:54 UTC  (2+ messages)

[PATCH 1/5 net-next] ibmvnic: Activate disabled RX buffer pools on reset
 2017-06-15  3:47 UTC  (7+ messages)
` [PATCH 2/5 net-next] ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close
` [PATCH 3/5 net-next] ibmvnic: Sanitize entire SCRQ buffer on reset
` [PATCH 4/5 net-next] ibmvnic: Remove VNIC_CLOSING check from pending_scrq
` [PATCH 5/5 net-next] ibmvnic: Exit polling routine correctly during adapter reset

[net] i40e: Fix a sleep-in-atomic bug
 2017-06-15  3:46 UTC  (2+ messages)

Investment portfolio
 2017-06-15  0:13 UTC 

[PATCH] intel: i40e: virtchnl: fix incorrect variable assignment
 2017-06-15  2:38 UTC 

[PATCH v4 1/2] ip_tunnel: fix potential issue in ip_tunnel_rcv
 2017-06-15  2:29 UTC  (2+ messages)
` [PATCH v4 2/2] ip6_tunnel: fix potential issue in __ip6_tnl_rcv

[PATCH] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-15  0:58 UTC  (4+ messages)

Repeatable inet6_dump_fib crash in stock 4.12.0-rc4+
 2017-06-14 22:25 UTC  (14+ messages)


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