netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 21:07:55 to 2018-10-09 12:05:18 UTC [more...]

[PATCH v3 net-next] inet: remove redundant backlog setting in listen(2)
 2018-10-09 12:05 UTC  (2+ messages)
` [PATCH net-next] tcp: forbid direct reclaim if MSG_DONTWAIT is set in send path

[PATCH 00/31] Netfilter updates for net-next
 2018-10-09  4:29 UTC  (33+ messages)
` [PATCH 01/31] netfilter: nf_tables: rt: allow checking if dst has xfrm attached
` [PATCH 02/31] netfilter: nf_tables: split set destruction in deactivate and destroy phase
` [PATCH 03/31] netfilter: nf_tables: warn when expr implements only one of activate/deactivate
` [PATCH 04/31] netfilter: nf_tables: asynchronous release
` [PATCH 05/31] netfilter: remove obsolete need_conntrack stub
` [PATCH 06/31] netfilter: nf_tables: add xfrm expression
` [PATCH 07/31] netfilter: ctnetlink: Support L3 protocol-filter on flush
` [PATCH 08/31] netfilter: xt_cgroup: shrink size of v2 path
` [PATCH 09/31] netfilter: nf_tables: avoid BUG_ON usage
` [PATCH 10/31] netfilter: xtables: avoid BUG_ON
` [PATCH 11/31] netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOL
` [PATCH 12/31] netfilter: cttimeout: remove superfluous check on layer 4 netlink functions
` [PATCH 13/31] netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}
` [PATCH 14/31] netfilter: conntrack: pass nf_hook_state to packet and error handlers
` [PATCH 15/31] netfilter: conntrack: remove the l4proto->new() function
` [PATCH 16/31] netfilter: conntrack: deconstify packet callback skb pointer
` [PATCH 17/31] netfilter: conntrack: avoid using ->error callback if possible
` [PATCH 18/31] netfilter: conntrack: remove error callback and handle icmp from core
` [PATCH 19/31] netfilter: conntrack: remove unused proto arg from netns init functions
` [PATCH 20/31] netfilter: conntrack: remove l3->l4 mapping information
` [PATCH 21/31] netfilter: conntrack: clamp l4proto array size at largers supported protocol
` [PATCH 22/31] netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_packet()
` [PATCH 23/31] netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_init
` [PATCH 24/31] netfilter: ctnetlink: must check mark attributes vs NULL
` [PATCH 25/31] netfilter: masquerade: don't flush all conntracks if only one address deleted on device
` [PATCH 26/31] netfilter: nf_tables: add SECMARK support
` [PATCH 27/31] netfilter: nf_tables: add requirements for connsecmark support
` [PATCH 28/31] netfilter: nf_flow_table: remove unnecessary nat flag check code
` [PATCH 29/31] netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fast()
` [PATCH 30/31] netfilter: xt_quota: fix the behavior of xt_quota module
` [PATCH 31/31] netfilter: xt_quota: Don't use aligned attribute in sizeof

[PATCH 00/22] various dynamic_debug patches
 2018-10-09 11:19 UTC  (4+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 03/23] linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
  ` [PATCH v2 04/23] linux/net.h: use unique identifier for each struct _ddebug

[PATCH net] net/ipv6: stop leaking percpu memory in fib6 info
 2018-10-09  4:02 UTC 

[PATCH net-next v2] net: tun: remove useless codes of tun_automq_select_queue
 2018-10-09  2:32 UTC 

[PATCH net-next] rxrpc: Remove set but not used variable 'ioc'
 2018-10-09  2:31 UTC 

[PATCH net-next 0/3] nfp: flower: speed up stats update loop
 2018-10-09  1:57 UTC  (4+ messages)
` [PATCH net-next 1/3] nfp: flower: use rhashtable for flow caching
` [PATCH net-next 2/3] nfp: flower: use stats array instead of storing stats per flow
` [PATCH net-next 3/3] nfp: flower: use host context count provided by firmware

[PATCH bpf-next 0/6] Error handling when map lookup isn't supported
 2018-10-09  1:55 UTC  (6+ messages)

[PATCH bpf-next 0/6] Implement queue/stack maps
 2018-10-09  1:40 UTC  (10+ messages)
` [PATCH bpf-next 1/6] bpf: rename stack trace map operations
` [PATCH bpf-next 2/6] bpf/syscall: allow key to be null in map functions
` [PATCH bpf-next 3/6] bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
` [PATCH bpf-next 4/6] bpf: add queue and stack maps
` [PATCH bpf-next 5/6] Sync uapi/bpf.h to tools/include
` [PATCH bpf-next 6/6] selftests/bpf: add test cases for queue and stack maps

general protection fault in __handle_mm_fault
 2018-10-09  8:53 UTC  (4+ messages)

[PATCH net-next v3] wireless-drivers: rtnetlink wifi simulation device
 2018-10-09  8:25 UTC  (2+ messages)

[PATCH bpf-next 0/6] Error handling when map lookup isn't supported
 2018-10-09  1:04 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: error handling when map_lookup_elem "
` [PATCH bpf-next 2/6] bpf: return EOPNOTSUPP when map lookup "
` [PATCH bpf-next 3/6] tools/bpf: bpftool, split the function do_dump()
` [PATCH bpf-next 4/6] tools/bpf: bpftool, print strerror when map lookup error occurs
` [PATCH bpf-next 5/6] selftests/bpf: test_verifier, change names of fixup maps
` [PATCH bpf-next 6/6] selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog

[PATCH bpf-next v3 00/15] Introducing AF_XDP support
 2018-10-09  0:30 UTC  (9+ messages)
` [PATCH bpf-next v3 07/15] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
          ` [PATCH bpf] xsk: do not call synchronize_net() under RCU read lock

[PATCH] dt-bindings: Add bindings for aliases node
 2018-10-09  7:22 UTC  (2+ messages)

[PATCH net-next v7 00/28] WireGuard: Secure Network Tunnel
 2018-10-09  0:02 UTC  (6+ messages)
` [PATCH net-next v7 03/28] zinc: introduce minimal cryptography library
` [PATCH net-next v7 25/28] crypto: port Poly1305 to Zinc

[RFC PATCH 00/11] net: ethernet: ti: cpsw: replace cpsw-phy-sel with phy driver
 2018-10-09  0:50 UTC  (14+ messages)
` [RFC PATCH 01/11] phy: core add phy_set_netif_mode() api
` [RFC PATCH 02/11] dt-bindings: phy: add cpsw port interface mode selection phy bindings
` [RFC PATCH 03/11] phy: ti: introduce phy-gmii-sel driver
` [RFC PATCH 04/11] dt-bindings: net: ti: cpsw: switch to use phy-gmii-sel phy
` [RFC PATCH 05/11] net: ethernet: ti: cpsw: add support for port interface mode selection phy
` [RFC PATCH 06/11] ARM: dts: dra7: switch to use phy-gmii-sel
` [RFC PATCH 07/11] ARM: dts: dm814x: "
` [RFC PATCH 08/11] ARM: dts: am4372: "
` [RFC PATCH 09/11] ARM: dts: am335x: "
` [RFC PATCH 10/11] dt-bindings: net: ti: deprecate cpsw-phy-sel bindings
` [RFC PATCH 11/11] net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver

[PATCH net 00/10] rxrpc: Fix packet reception code
 2018-10-08 23:41 UTC  (13+ messages)
` [PATCH net 01/10] rxrpc: Fix some missed refs to init_net
` [PATCH net 02/10] rxrpc: Fix the data_ready handler
` [PATCH net 03/10] rxrpc: Use the UDP encap_rcv hook
` [PATCH net 04/10] rxrpc: Don't need to take the RCU read lock in the packet receiver
` [PATCH net 05/10] rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
` [PATCH net 06/10] rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
` [PATCH net 07/10] rxrpc: Only take the rwind and mtu values from latest ACK
` [PATCH net 08/10] rxrpc: Fix connection-level abort handling
` [PATCH net 09/10] rxrpc: Fix the rxrpc_tx_packet trace line
` [PATCH net 10/10] rxrpc: Fix the packet reception routine

[PATCH] bpf: btf: Fix a missing check bug
 2018-10-09  6:55 UTC  (6+ messages)

[PATCH net-next iptables] Rework the xt_quota module
 2018-10-08 23:16 UTC  (3+ messages)
` [PATCH iptables] extensions: libxt_quota: Allow setting the remaining quota

[PATCH 0/3] bpf: allow zero-initialising hash map seed
 2018-10-08 23:15 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bpf: allow zero-initializing "
  ` [PATCH v2 2/3] tools: sync linux/bpf.h
  ` [PATCH v2 3/3] tools: add selftest for BPF_F_ZERO_SEED

[PATCH net-next v3] net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI command
 2018-10-08 23:13 UTC 

[PATCH] isdn/hisax: amd7930_fn: Remove unnecessary parentheses
 2018-10-08 22:59 UTC 

[PATCH net-next] tcp: refactor DCTCP ECN ACK handling
 2018-10-08 22:32 UTC 

[PATCH net 1/2] net: ipv4: update fnhe_pmtu when first hop's MTU changes
 2018-10-08 21:42 UTC  (5+ messages)

[PATCH net-next] net: core: change bool members of struct net_device to bitfield members
 2018-10-08 21:21 UTC  (5+ messages)

[PATCH net-next] net/ipv6: Make ipv6_route_table_template static
 2018-10-08 21:06 UTC 

[PATCH net-next] rtnetlink: Update comment in rtnl_stats_dump regarding strict data checking
 2018-10-08 20:58 UTC 

[PATCH net-next] rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to use
 2018-10-08 20:57 UTC 

[PATCH iproute2-next] libnetlink: fix use-after-free of message buf
 2018-10-08 20:52 UTC 

BUG: corrupted list in p9_read_work
 2018-10-09  4:05 UTC  (5+ messages)
    ` [PATCH 1/2] 9p/trans_fd: abort p9_read_work if req status changed
      ` [PATCH 2/2] 9p/trans_fd: put worker reqs on destroy

[PATCH net-next] net/ipv6: stop leaking percpu memory in fib6 info
 2018-10-09  4:03 UTC  (3+ messages)

[RFC PATCH 1/2] net/ncsi: Don't enable all channels when HWA available
 2018-10-09  3:58 UTC  (2+ messages)
` [RFC PATCH 2/2] net/ncsi: Configure multi-package, multi-channel modes with failover

[RFC PATCH v2 bpf-next 0/2] verifier liveness simplification
 2018-10-08 20:18 UTC  (7+ messages)

[PATCH net-next v2] net: core: change bool members of struct net_device to bitfield members
 2018-10-08 20:17 UTC 

[PATCH net-next V3] virtio_net: ethtool tx napi configuration
 2018-10-09  2:06 UTC 

[PATCH net-next 0/3] mlxsw: selftests: Few small updates
 2018-10-08 18:50 UTC  (4+ messages)
` [PATCH net-next 1/3] mlxsw: pci: Fix a typo
` [PATCH net-next 2/3] selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too
` [PATCH net-next 3/3] selftests: mlxsw: qos_mc_aware: Make executable

[PATCH][-next] ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is null
 2018-10-08 18:38 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] mt76x0: pci: fix set external PA I/O current
 2018-10-09  1:45 UTC  (4+ messages)
` [PATCH v2] "

skb length without fragments
 2018-10-08 18:23 UTC  (2+ messages)

[PATCH v2 ipsec] Clear secpath on loopback_xmit
 2018-10-08 18:13 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-10-09  1:21 UTC 

[PATCH net-next] dpaa2-eth: Don't account Tx confirmation frames on NAPI poll
 2018-10-08 18:05 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: remove set but not used variable 'phy_mode'
 2018-10-08 18:04 UTC  (2+ messages)

[PATCH v2 net-next 11/23] rtnetlink: Update rtnl_stats_dump for strict data checking
 2018-10-08 18:02 UTC  (4+ messages)

[PATCH V1 net 0/5] minor bug fixes for ENA Ethernet driver
 2018-10-08 18:01 UTC  (8+ messages)
` [PATCH V1 net 2/5] net: ena: fix warning in rmmod caused by double iounmap

[PATCH net-next 0/3] selftests: add more PMTU tests
 2018-10-08 18:00 UTC  (8+ messages)
` [PATCH net-next 1/3] selftests: pmtu: Introduce check_pmtu_value()
` [PATCH net-next 2/3] selftests: pmtu: extend MTU parsing helper to locked MTU
` [PATCH net-next 3/3] selftests: pmtu: add basic IPv4 and IPv6 PMTU tests

[PATCH v2 net-next 00/23] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-08 17:40 UTC  (3+ messages)

[PATCH net-next v2 00/12] net: sched: cls_u32 Various improvements
 2018-10-08 17:33 UTC  (2+ messages)

[PATCH net-next] netdev: remove useless codes of tun_automq_select_queue
 2018-10-08 17:27 UTC  (2+ messages)

[v3, 1/6] net: dpaa2: move DPAA2 PTP driver out of staging/
 2018-10-08 17:23 UTC  (3+ messages)
` [v3, 3/6] net: dpaa2: fix dependency of config FSL_DPAA2_ETH

[PATCH net] rds: RDS (tcp) hangs on sendto() to unresponding address
 2018-10-08 16:59 UTC  (2+ messages)

[PATCHv2 bpf-next] bpf: fix building without CONFIG_INET
 2018-10-08 22:54 UTC  (3+ messages)

[PATCH V2 net-next 2/5] net: Introduce a new MII time stamping interface
 2018-10-08 15:36 UTC  (8+ messages)

selftests/bpf: test_kmod.sh hangs on all devices
 2018-10-08 15:16 UTC  (3+ messages)

[PATCH] netfilter: xt_quota: Don't use aligned attribute in sizeof
 2018-10-08 22:20 UTC  (2+ messages)

[PATCH net-next 00/19] Add support for Aquantia AQtion USB to 5/2.5GbE devices
 2018-10-08 14:52 UTC  (29+ messages)
` [PATCH net-next 04/19] net: usb: aqc111: Various callbacks implementation
` [PATCH net-next 05/19] net: usb: aqc111: Introduce PHY access
` [PATCH net-next 06/19] net: usb: aqc111: Introduce link management
` [PATCH net-next 08/19] net: usb: aqc111: Implement TX data path
` [PATCH net-next 13/19] net: usb: aqc111: Add support for TSO
` [PATCH net-next 15/19] net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offload
` [PATCH net-next 18/19] net: usb: aqc111: Implement get/set_link_ksettings callbacks
` [PATCH net-next 19/19] net: usb: aqc111: Add support for wake on LAN by MAGIC packet

[PATCH v8 00/15] octeontx2-af: Add RVU Admin Function driver
 2018-10-08 14:29 UTC  (9+ messages)
` [PATCH v8 01/15] octeontx2-af: Add Marvell OcteonTX2 RVU AF driver
` [PATCH v8 08/15] octeontx2-af: Add RVU block LF provisioning support

[PATCH] qed: fix memory leak of pent on error exit paths
 2018-10-08 14:17 UTC 

[PATCH 0/9] Export PCIe bandwidth via sysfs
 2018-10-08 21:09 UTC  (6+ messages)
` [PATCH 1/9] PCI: sysfs: Export available PCIe bandwidth


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