messages from 2018-03-29 19:55:27 to 2018-03-30 11:44:40 UTC [more...]
[PATCH net-next 1/6] ipv6: frag: remove unused field
2018-03-30 11:44 UTC (8+ messages)
` [PATCH net-next 2/6] inet: frags: change inet_frags_init_net() return value
` [PATCH net-next 3/6] inet: frags: add a pointer to struct netns_frags
` [PATCH net-next 4/6] inet: frags: use rhashtables for reassembly units
` [PATCH net-next 5/6] inet: frags: remove some helpers
` [PATCH net-next 6/6] inet: frags: break the 2GB limit for frags storage
[PATCH 20/47] netfilter: x_tables: fix build with CONFIG_COMPAT=n
2018-03-30 11:43 UTC (10+ messages)
` [PATCH 21/47] ipvs: use true and false for boolean values
` [PATCH 22/47] netfilter: Refactor nf_conncount
` [PATCH 23/47] netfilter: conncount: Support count only use case
` [PATCH 24/47] netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
` [PATCH 25/47] netfilter: cttimeout: remove VLA usage
` [PATCH 26/47] netfilter: nfnetlink_cthelper: Remove "
` [PATCH 27/47] netfilter: nf_tables: remove "
` [PATCH 28/47] netfilter: ebtables: use ADD_COUNTER macro
` [PATCH 29/47] netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets
[PATCH 10/47] netfilter: x_tables: enforce unique and ascending entry points
2018-03-30 11:38 UTC (10+ messages)
` [PATCH 11/47] netfilter: x_tables: cap allocations at 512 mbyte
` [PATCH 12/47] netfilter: x_tables: limit allocation requests for blob rule heads
` [PATCH 13/47] netfilter: x_tables: add counters allocation wrapper
` [PATCH 14/47] netfilter: compat: prepare xt_compat_init_offsets to return errors
` [PATCH 15/47] netfilter: compat: reject huge allocation requests
` [PATCH 16/47] netfilter: x_tables: make sure compat af mutex is held
` [PATCH 17/47] netfilter: x_tables: ensure last rule in base chain matches underflow/policy
` [PATCH 18/47] netfilter: make xt_rateest hash table per net
` [PATCH 19/47] netfilter: xt_limit: Spelling s/maxmum/maximum/
A question about inet_csk_bind_conflict
2018-03-30 11:39 UTC
[PATCH 00/47] Netfilter/IPVS updates for net-next
2018-03-30 11:36 UTC (10+ messages)
` [PATCH 01/47] netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
` [PATCH 02/47] netfilter: nfnetlink_acct: remove useless parameter
` [PATCH 03/47] netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast
` [PATCH 04/47] netfilter: nf_conntrack_broadcast: remove useless parameter
` [PATCH 05/47] netfilter: ipt_ah: return boolean instead of integer
` [PATCH 06/47] netfilter: unlock xt_table earlier in __do_replace
` [PATCH 07/47] netfilter: x_tables: check standard verdicts in core
` [PATCH 08/47] netfilter: x_tables: check error target size too
` [PATCH 09/47] netfilter: x_tables: move hook entry checks into core
[PATCH net v3 1/3] ipv6: move ip6_dst_store() calls with flowi6 checks to a wrapper
2018-03-30 11:36 UTC (3+ messages)
[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
2018-03-30 10:51 UTC (4+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel
[PATCH net-next 0/2] net: bridge: MTU handling changes
2018-03-30 10:46 UTC (3+ messages)
` [PATCH net-next 1/2] net: bridge: set min MTU on port events and allow user to set max
` [PATCH net-next 2/2] net: bridge: disable bridge MTU auto tuning if it was set manually
[PATCH v2 0/2] net: mvneta: improve suspend/resume
2018-03-30 10:43 UTC (4+ messages)
` [PATCH v2 1/2] net: mvneta: split rxq/txq init and txq deinit into SW and HW parts
` [PATCH v2 2/2] net: mvneta: improve suspend/resume
[PATCH net-next 0/9] devlink: Add support for region access
2018-03-30 10:24 UTC (9+ messages)
[PATCH] net: mvneta: fix enable of all initialized RXQs
2018-03-30 10:22 UTC (2+ messages)
[PATCH net-next] net: Revert net_rwsem
2018-03-30 9:57 UTC (2+ messages)
[PATCH] netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp
2018-03-30 9:54 UTC (2+ messages)
[PATCH] bridge: netfilter: ebt_stp: Use generic functions for comparisons
2018-03-30 9:52 UTC (2+ messages)
[PATCH] net: netfilter: Merge assignment with return
2018-03-30 9:51 UTC (2+ messages)
[PATCH 0/2] net: mvneta: improve suspend/resume
2018-03-30 9:49 UTC (8+ messages)
` [PATCH 1/2] net: mvneta: split rxq/txq init into SW and HW parts
` [PATCH 2/2] net: mvneta: improve suspend/resume
[PATCH net-next 0/3] Close race between {un, }register_netdevice_notifier and pernet_operations
2018-03-30 9:47 UTC (3+ messages)
` [PATCH net-next 2/3] netfilter: Rework xt_TEE netdevice notifier
[PATCH net-next] dt-bindings: net: renesas-ravb: Add support for r8a77470 SoC
2018-03-30 9:26 UTC (2+ messages)
[PATCH net-next 00/12] ARM: sun8i: r40: Add Ethernet support
2018-03-30 9:13 UTC (4+ messages)
` [PATCH net-next 03/12] dt-bindings: net: dwmac-sun8i: Clean up clock delay chain descriptions
aio poll and a new in-kernel poll API V8
2018-03-30 7:14 UTC (33+ messages)
` [PATCH 01/30] fs: unexport poll_schedule_timeout
` [PATCH 02/30] fs: cleanup do_pollfd
` [PATCH 03/30] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/30] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/30] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/30] aio: simplify cancellation
` [PATCH 07/30] aio: add delayed cancel support
` [PATCH 08/30] aio: implement IOCB_CMD_POLL
` [PATCH 09/30] net: refactor socket_poll
` [PATCH 10/30] net: add support for ->poll_mask in proto_ops
` [PATCH 11/30] net: remove sock_no_poll
` [PATCH 12/30] net/tcp: convert to ->poll_mask
` [PATCH 13/30] net/unix: "
` [PATCH 14/30] net: convert datagram_poll users tp ->poll_mask
` [PATCH 15/30] net/dccp: convert to ->poll_mask
` [PATCH 16/30] net/atm: "
` [PATCH 17/30] net/vmw_vsock: "
` [PATCH 18/30] net/tipc: "
` [PATCH 19/30] net/sctp: "
` [PATCH 20/30] net/bluetooth: "
` [PATCH 21/30] net/caif: "
` [PATCH 22/30] net/nfc: "
` [PATCH 23/30] net/phonet: "
` [PATCH 24/30] net/iucv: "
` [PATCH 25/30] net/rxrpc: "
` [PATCH 26/30] crypto: af_alg: "
` [PATCH 27/30] pipe: "
` [PATCH 28/30] eventfd: switch "
` [PATCH 29/30] timerfd: convert "
` [PATCH 30/30] random: "
[PATCH net-next 0/8] Microsemi Ocelot switch support
2018-03-30 7:02 UTC (3+ messages)
` [PATCH net-next 5/8] net: mscc: Add initial "
[PATCH net-next 0/4] Introduce adaptive TX interrupt moderation to net DIM
2018-03-30 6:43 UTC (6+ messages)
` [PATCH net-next 1/4] net/dim: Rename *_get_profile() functions to *_get_rx_moderation()
` [PATCH net-next 2/4] net/dim: Add "enabled" field to net_dim struct
` [PATCH net-next 3/4] net/dim: Support adaptive TX moderation
` [PATCH net-next 4/4] net/mlx5e: Enable adaptive-TX moderation
[PATCH net-next 0/6] inet: frags: bring rhashtables to IP defrag
2018-03-30 5:21 UTC
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-03-30 5:06 UTC (6+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
[PATCH v2 bpf-next 0/2] sockmap: fix sg api usage
2018-03-30 3:39 UTC (6+ messages)
` [PATCH v2 bpf-next 1/2] lib/scatterlist: add sg_init_marker() helper
` [PATCH v2 bpf-next 2/2] bpf: sockmap: initialize sg table entries properly
[PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments
2018-03-30 3:32 UTC (5+ messages)
[RFC PATCH V2 0/8] Packed ring for vhost
2018-03-30 2:46 UTC (4+ messages)
` [RFC PATCH V2 8/8] vhost: event suppression for packed ring
[PATCH net] vhost: validate log when IOTLB is enabled
2018-03-30 2:27 UTC (5+ messages)
[PATCH net-next] net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
2018-03-30 2:24 UTC (2+ messages)
` [PATCH net-next V2] "
[PATCH] net: sched: do not emit messages while holding spinlock
2018-03-30 2:11 UTC
[PATCH net-next 0/6] rxrpc: Fixes
2018-03-30 1:48 UTC (4+ messages)
[PATCH net] vlan: also check phy_driver ts_info for vlan's real device
2018-03-30 1:44 UTC
RFC on writel and writel_relaxed
2018-03-30 1:40 UTC (6+ messages)
[PATCH net] net/ipv6: Fix route leaking between VRFs
2018-03-30 1:29 UTC (2+ messages)
[PATCH net-next] bridge: Allow max MTU when multiple VLANs present
2018-03-30 1:02 UTC (4+ messages)
Regression in 4.16-rc7 - ipsec vpn broken
2018-03-30 0:22 UTC (2+ messages)
[PATCH bpf-next] bpf: sockmap: initialize sg table entries properly
2018-03-30 0:20 UTC (7+ messages)
[PATCH v2 bpf-next 0/9] bpf: introduce cgroup-bpf bind, connect, post-bind hooks
2018-03-30 0:01 UTC (4+ messages)
` [PATCH v2 bpf-next 3/9] bpf: Hooks for sys_bind
[PATCH net-next v1 0/2] Meson8m2 support for dwmac-meson8b
2018-03-29 23:00 UTC (3+ messages)
` [PATCH net-next v1 1/2] dt-bindings: net: meson-dwmac: add support for the Meson8m2 SoC
` [PATCH net-next v1 2/2] net: stmmac: dwmac-meson8b: Add "
[PATCH v2 bpf-next 0/3] bpf/verifier: subprog/func_call simplifications
2018-03-29 22:50 UTC (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf/verifier: validate func_calls by marking at do_check() time
` [PATCH v2 bpf-next 2/3] bpf/verifier: update selftests
` [PATCH v2 bpf-next 3/3] bpf/verifier: per-register parent pointers
[iproute2-next 0/2] tipc: changes to addressing structure
2018-03-29 22:49 UTC (4+ messages)
[PATCH iproute2-next 1/1] tc: add online mode
2018-03-29 22:12 UTC
WARNING in refcount_sub_and_test (2)
2018-03-29 22:01 UTC
[PATCH v4 iproute2-next 0/7] cm_id, cq, mr, and pd resource tracking
2018-03-29 21:38 UTC (8+ messages)
` [PATCH v4 iproute2-next 1/7] rdma: update rdma_netlink.h
` [PATCH v4 iproute2-next 2/7] rdma: add UAPI rdma_user_cm.h
` [PATCH v4 iproute2-next 3/7] rdma: initialize the rd struct
` [PATCH v4 iproute2-next 4/7] rdma: Add CM_ID resource tracking information
` [PATCH v4 iproute2-next 5/7] rdma: Add CQ "
` [PATCH v4 iproute2-next 6/7] rdma: Add MR "
` [PATCH v4 iproute2-next 7/7] rdma: Add PD "
[PATCH iproute2] json_print: fix print_uint hidden type promotion
2018-03-29 21:29 UTC (3+ messages)
[net-next v2 0/5] tipc: slim down name table
2018-03-29 21:20 UTC (6+ messages)
` [net-next v2 1/5] tipc: replace name table service range array with rb tree
` [net-next v2 2/5] tipc: refactor name table translate function
` [net-next v2 3/5] tipc: permit overlapping service ranges in name table
` [net-next v2 4/5] tipc: tipc: rename address types in user api
` [net-next v2 5/5] tipc: avoid possible string overflow
possible deadlock in perf_event_detach_bpf_prog
2018-03-29 21:18 UTC (2+ messages)
Passing uninitialised local variable
2018-03-29 21:14 UTC (2+ messages)
[next-queue PATCH v6 00/10] igb: offloading of receive filters
2018-03-29 21:07 UTC (11+ messages)
` [next-queue PATCH v6 01/10] igb: Fix not adding filter elements to the list
` [next-queue PATCH v6 02/10] igb: Fix queue selection on MAC filters on i210
` [next-queue PATCH v6 03/10] igb: Enable the hardware traffic class feature bit for igb models
` [next-queue PATCH v6 04/10] igb: Add support for MAC address filters specifying source addresses
` [next-queue PATCH v6 05/10] igb: Add support for enabling queue steering in filters
` [next-queue PATCH v6 06/10] igb: Allow filters to be added for the local MAC address
` [next-queue PATCH v6 07/10] igb: Enable nfc filters to specify MAC addresses
` [next-queue PATCH v6 08/10] igb: Add MAC address support for ethtool nftuple filters
` [next-queue PATCH v6 09/10] igb: Add the skeletons for tc-flower offloading
` [next-queue PATCH v6 10/10] igb: Add support for adding offloaded clsflower filters
[PATCH iproute2-next] json_print: fix print_uint with helper type extensions
2018-03-29 21:08 UTC (3+ messages)
[PATCH net-next 00/11] mlxsw: Various cleanups
2018-03-29 20:33 UTC (12+ messages)
` [PATCH net-next 01/11] mlxsw: spectrum_acl: Fix flex actions header ifndef define construct
` [PATCH net-next 02/11] mlxsw: spectrum_kvdl: Fix handling of resource_size_param
` [PATCH net-next 03/11] mlxsw: Constify devlink_resource_ops
` [PATCH net-next 04/11] mlxsw: spectrum: Change KVD linear parts from list to array
` [PATCH net-next 05/11] mlxsw: remove kvd_hash_granularity from config profile struct
` [PATCH net-next 06/11] mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GET
` [PATCH net-next 07/11] mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profile
` [PATCH net-next 08/11] mlxsw: Move "resources_query_enable" out of mlxsw_config_profile
` [PATCH net-next 09/11] devlink: convert occ_get op to separate registration
` [PATCH net-next 10/11] mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()
` [PATCH net-next 11/11] mlxsw: spectrum: Don't use resource ID of 0
pull-request: bpf 2018-03-29
2018-03-29 20:33 UTC (2+ messages)
pull-request: wireless-drivers-next 2018-03-29
2018-03-29 20:24 UTC (2+ messages)
pull-request: mac80211-next 2018-03-29
2018-03-29 20:23 UTC (2+ messages)
INFO: task hung in stop_sync_thread (2)
2018-03-29 20:10 UTC (2+ messages)
[net-next PATCH v2 00/10] Add support for netcp driver on K2G SoC
2018-03-29 20:03 UTC (4+ messages)
` [net-next PATCH v2 08/10] net: netcp: ethss: use of_get_phy_mode() to support different RGMII modes
[PATCH net-next 0/6] net: Allow FIB notifiers to fail add and replace
2018-03-29 20:01 UTC (7+ messages)
` [PATCH net-next 6/6] netdevsim: Add simple FIB resource controller via devlink
[PATCH net-next] tc-testing: Add newline when writing test case files
2018-03-29 19:58 UTC
[PATCH net-next] net: systemport: Add support for BQL
2018-03-29 19:56 UTC (3+ messages)
[PATCH v2 net-next 0/2] Add ATU/VTU statistics
2018-03-29 19:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).