messages from 2018-03-05 15:27:05 to 2018-03-06 01:34:57 UTC [more...]
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-06 1:34 UTC
[PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints
2018-03-06 1:28 UTC (6+ messages)
` [PATCH bpf-next 3/5] bpf: introduce BPF_RAW_TRACEPOINT
Add NETIF_F_HW_VLAN_CTAG_TX to hw_enc_features
2018-03-06 1:10 UTC
[RFC net-next 0/6] offload linux bonding tc ingress rules
2018-03-06 0:16 UTC (8+ messages)
` [RFC net-next 4/6] nfp: add ndo_set_mac_address for representors
[PATCH net-next 0/3] sctp: add support for some msg_control options from RFC6458
2018-03-05 23:52 UTC (4+ messages)
` [PATCH net-next 2/3] sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg
[PATCH net v3] sch_netem: fix skb leak in netem_enqueue()
2018-03-05 23:43 UTC (2+ messages)
[PATCH net] sch_netem: fix skb leak in netem_enqueue()
2018-03-05 23:11 UTC (6+ messages)
[bpf-next PATCH 00/16] bpf,sockmap: sendmsg/sendfile ULP
2018-03-05 22:53 UTC (22+ messages)
` [bpf-next PATCH 01/16] sock: make static tls function alloc_sg generic sock helper
` [bpf-next PATCH 02/16] sockmap: convert refcnt to an atomic refcnt
` [bpf-next PATCH 03/16] net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
` [bpf-next PATCH 04/16] net: generalize sk_alloc_sg to work with scatterlist rings
` [bpf-next PATCH 05/16] bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
` [bpf-next PATCH 06/16] bpf: sockmap, add bpf_msg_apply_bytes() helper
` [bpf-next PATCH 07/16] bpf: sockmap, add msg_cork_bytes() helper
` [bpf-next PATCH 08/16] bpf: add map tests for BPF_PROG_TYPE_SK_MSG
` [bpf-next PATCH 09/16] bpf: add verifier "
` [bpf-next PATCH 10/16] bpf: sockmap sample, add option to attach SK_MSG program
` [bpf-next PATCH 11/16] bpf: sockmap sample, add sendfile test
` [bpf-next PATCH 12/16] bpf: sockmap sample, add data verification option
` [bpf-next PATCH 13/16] bpf: sockmap, add sample option to test apply_bytes helper
` [bpf-next PATCH 14/16] bpf: sockmap sample support for bpf_msg_cork_bytes()
` [bpf-next PATCH 15/16] sockmap: add SK_DROP tests
` [bpf-next PATCH 16/16] bpf: sockmap test script
[net-next v3 1/2] bpf, seccomp: Add eBPF filter capabilities
2018-03-05 22:51 UTC (4+ messages)
[PATCH v4 2/2] virtio_net: Extend virtio to use VF datapath when available
2018-03-05 22:47 UTC (14+ messages)
[PATCH net v2] ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
2018-03-05 22:47 UTC (7+ messages)
` [PATCH net] "
[PATCH net-next] selftests: net: Introduce first PMTU test
2018-03-05 22:45 UTC
[PATCH net-next] dt-bindings: net: dsa: marvell: describe compatibility string
2018-03-05 22:41 UTC (2+ messages)
[PATCH] netfilter: ipt_ah: return boolean instead of integer
2018-03-05 22:22 UTC (3+ messages)
[PATCH trivial resend]] netfilter: xt_limit: Spelling s/maxmum/maximum/
2018-03-05 22:13 UTC (2+ messages)
[Patch nf-next] netfilter: make xt_rateest hash table per net
2018-03-05 22:13 UTC (3+ messages)
[PATCH] ipv6: ndisc: use true and false for boolean values
2018-03-05 22:11 UTC
[PATCH net] netfilter: unlock xt_table earlier in __do_replace
2018-03-05 22:10 UTC (4+ messages)
[PATCH] caif_dev: use true and false for boolean values
2018-03-05 22:05 UTC
[PATCH] tipc: bcast: use true and false for boolean values
2018-03-05 21:56 UTC
aio poll, io_pgetevents and a new in-kernel poll API V5
2018-03-05 21:51 UTC (39+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
` [PATCH 25/36] net/sctp: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "
[PATCH V3 net] qed: Free RoCE ILT Memory on rmmod qedr
2018-03-05 21:50 UTC
[PATCH] xfrm_policy: use true and false for boolean values
2018-03-05 21:49 UTC
[PATCH V2 net] qed: Free RoCE ILT Memory on rmmod qedr
2018-03-05 21:49 UTC (3+ messages)
[net-next 0/4][pull request] 1GbE Intel Wired LAN Driver Updates 2018-03-05
2018-03-05 21:42 UTC (9+ messages)
` [net-next 1/4] igb: add VF trust infrastructure
` [net-next 2/4] igb: Do not call netif_device_detach() when PCIe link goes missing
` [net-next 3/4] igb: Fix a test with HWTSTAMP_TX_ON
` [net-next 4/4] e1000e: allocate ring descriptors with dma_zalloc_coherent
[PATCH] pci-iov: Add support for unmanaged SR-IOV
2018-03-05 21:41 UTC (9+ messages)
[net v2 0/6][pull request] Intel Wired LAN Driver Updates 2018-03-05
2018-03-05 21:40 UTC (7+ messages)
` [net v2 1/6] e1000e: Remove Other from EIAC
` [net v2 2/6] Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
` [net v2 3/6] e1000e: Fix queue interrupt re-raising in Other interrupt
` [net v2 4/6] e1000e: Avoid missed interrupts following ICR read
` [net v2 5/6] e1000e: Fix check_for_link return value with autoneg off
` [net v2 6/6] e1000e: allocate ring descriptors with dma_zalloc_coherent
[PATCH] ipvs: use true and false for boolean values
2018-03-05 21:35 UTC
[PATCH v2 net-next 0/2] net: phy: remove phy_error from phy_disable_interrupts
2018-03-05 21:34 UTC (3+ messages)
` [PATCH v2 net-next 1/2] "
` [PATCH v2 net-next 2/2] net: phy: use phy_disable_interrupts in phy_stop
[PATCH v2 net-next 0/5] net/ipv6: Address checks need to consider the L3 domain
2018-03-05 21:34 UTC (6+ messages)
` [PATCH v2 net-next 1/5] net/ipv6: Refactor gateway validation on route add
` [PATCH v2 net-next 2/5] net/ipv6: Address checks need to consider the L3 domain
` [PATCH v2 net-next 3/5] selftests: fib_tests: Use an alias for ip command
` [PATCH v2 net-next 4/5] selftests: fib_tests: Allow user to run a specific test
` [PATCH v2 net-next 5/5] selftests: fib_tests: Add IPv6 nexthop spec tests
[net-next v2 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2018-03-05
2018-03-05 21:30 UTC (4+ messages)
` [net-next v2 1/3] igb: add VF trust infrastructure
` [net-next v2 2/3] igb: Do not call netif_device_detach() when PCIe link goes missing
` [net-next v2 3/3] igb: Fix a test with HWTSTAMP_TX_ON
[next-queue PATCH v2 0/8] igb: offloading of receive filters
2018-03-05 21:13 UTC (3+ messages)
` [next-queue PATCH v2 8/8] igb: Add support for adding offloaded clsflower filters
[PATCH] net/mlx4_en: fix potential use-after-free with dma_unmap_page
2018-03-05 21:10 UTC (3+ messages)
[PATCH 0/8] R-Car M3-N: Enable EtherAVB device node
2018-03-05 21:09 UTC (3+ messages)
` [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)
[pull request][for-next 00/14] Mellanox, mlx5 IPSec updates 2018-02-28-1
2018-03-05 21:07 UTC (21+ messages)
` [for-next 01/14] net/mlx5: Fixed sparse issues
` [for-next 02/14] IB/mlx5: Removed not used parameters
` [for-next 03/14] net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabled
` [for-next 04/14] net/mlx5e: Wait for FPGA command responses with a timeout
` [for-next 05/14] net/mlx5e: Fixed sleeping inside atomic context
` [for-next 06/14] net/mlx5e: Removed not need synchronize_rcu
` [for-next 07/14] net/mlx5: FPGA and IPSec initialization to be before flow steering
` [for-next 08/14] IB/mlx5: Pass mlx5_flow_act struct instead of multiple arguments
` [for-next 09/14] {net,IB}/mlx5: Add has_tag to mlx5_flow_act
` [for-next 10/14] net/mlx5: Add shim layer between fs and cmd
` [for-next 11/14] net/mlx5: Add empty egress namespace to flow steering core
` [for-next 12/14] net/mlx5: Embed mlx5_flow_act into fs_fte
` [for-next 13/14] {net,IB}/mlx5: Add flow steering helpers
` [for-next 14/14] net/mlx5: Flow steering cmd interface should get the fte when deleting
[PATCH net-next] net: phy: remove call to phy_error from phy_disable_interrupts
2018-03-05 20:44 UTC (2+ messages)
[PATCH v4 net-next 0/2] lan743x: Add new lan743x driver
2018-03-05 20:25 UTC (5+ messages)
` [PATCH v4 net-next 1/2] lan743x: Add main source files for "
` [PATCH v4 net-next 2/2] lan743x: Update MAINTAINERS to include "
[PATCH 21/25] slab: make usercopy region 32-bit
2018-03-05 20:07 UTC
inconsistent lock state with usbnet/asix usb ethernet and xhci
2018-03-05 19:41 UTC (10+ messages)
` [PATCH net] net: usbnet: fix potential deadlock on 32bit hosts
[PATCH] Fix partial warnings of checkpatch.pl for ipx_route.c
2018-03-05 19:23 UTC (2+ messages)
[net 0/5][pull request] Intel Wired LAN Driver Updates 2018-03-05
2018-03-05 18:57 UTC (6+ messages)
` [net 1/5] e1000e: Remove Other from EIAC
` [net 2/5] Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
` [net 3/5] e1000e: Fix queue interrupt re-raising in Other interrupt
` [net 4/5] e1000e: Avoid missed interrupts following ICR read
` [net 5/5] e1000e: Fix check_for_link return value with autoneg off
[PATCH iproute2 net-next v2] iprule: support for ip_proto, sport and dport match options
2018-03-05 18:22 UTC
WARNING: kobject bug in netdev_queue_update_kobjects
2018-03-05 18:21 UTC (2+ messages)
[PATCH 1/3] net: core: dst_cache: Fix a typo in a comment
2018-03-05 17:53 UTC (6+ messages)
` [PATCH 2/3] net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
` [PATCH 3/3] net: core: dst: Add kernel-doc for 'net' parameter
[PATCH iproute2 net-next] iprule: support for ip_proto, sport and dport match options
2018-03-05 17:31 UTC (2+ messages)
lost interrupts when running sabrelite images (v4.15+) in qemu
2018-03-05 17:30 UTC (5+ messages)
ppp/pppoe, still panic 4.15.3 in ppp_push
2018-03-05 17:22 UTC (11+ messages)
[RFC][PATCH bpf v2 1/2] bpf: allow 64-bit offsets for bpf function calls
2018-03-05 17:02 UTC (5+ messages)
` [RFC][PATCH bpf] tools: bpftool: Fix tags for bpf-to-bpf calls
[PATCH net] ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
2018-03-05 17:00 UTC (2+ messages)
[PATCH iproute2 1/1] tc: added tc monitor description in man page
2018-03-05 16:36 UTC
[PATCH bpf-next 0/2] stackmap with build_id+offset
2018-03-05 16:26 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: extend stackmap to save binary_build_id+offset instead of address
[PATCH net-next] ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
2018-03-05 15:56 UTC (3+ messages)
[PATCH net-next 00/12] Converting pernet_operations (part #4)
2018-03-05 15:53 UTC (2+ messages)
[PATCH net-next] net: Make RX-FCS and LRO mutually exclusive
2018-03-05 15:46 UTC (3+ messages)
[PATCH net-next 0/5] Fix event generation for actions batch Add/Delete mode
2018-03-05 15:46 UTC (7+ messages)
` [PATCH net-next 1/5] net sched actions: routines to calculate common TLVs size
` [PATCH net-next 2/5] net sched actions: add new tc_action_ops callback
[PATCH v2 net-next] selftests: forwarding: Add suppport to create veth interfaces
2018-03-05 15:44 UTC (2+ messages)
[PATCH net-next v2] net/ncsi: Add generic netlink family
2018-03-05 15:44 UTC (2+ messages)
[PATCH net-next 1/2] tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS
2018-03-05 15:41 UTC (4+ messages)
` [PATCH net-next 2/2] tcp: add ca_state "
[PATCH net-next] selftests: Extend the tc action test for action mirror
2018-03-05 15:27 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).