messages from 2014-12-04 15:56:54 to 2014-12-05 12:32:00 UTC [more...]
[patch net-next] net: sched: cls: remove unused op put from tcf_proto_ops
2014-12-05 12:31 UTC (2+ messages)
[RFC][PATCHES] iov_iter.c rewrite
2014-12-05 12:28 UTC (15+ messages)
` [RFC][PATCH 01/13] iov_iter.c: macros for iterating over iov_iter
` [RFC][PATCH 02/13] iov_iter.c: iterate_and_advance
` [RFC][PATCH 03/13] iov_iter.c: convert iov_iter_npages() to iterate_all_kinds
` [RFC][PATCH 04/13] iov_iter.c: convert iov_iter_get_pages() "
` [RFC][PATCH 05/13] iov_iter.c: convert iov_iter_get_pages_alloc() "
` [RFC][PATCH 06/13] iov_iter.c: convert iov_iter_zero() to iterate_and_advance
` [RFC][PATCH 07/13] iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()
` [RFC][PATCH 08/13] iov_iter.c: convert copy_from_iter() to iterate_and_advance
` [RFC][PATCH 09/13] iov_iter.c: convert copy_to_iter() "
` [RFC][PATCH 10/13] iov_iter.c: handle ITER_KVEC directly
` [RFC][PATCH 11/13] csum_and_copy_..._iter()
` [RFC][PATCH 12/13] new helper: iov_iter_kvec()
` [RFC][PATCH 13/13] copy_from_iter_nocache()
[PATCH 0/3] net-PPP: Deletion of a few unnecessary checks
2014-12-05 12:23 UTC (25+ messages)
` [PATCH 1/3] net-PPP: Deletion of unnecessary checks before the function call "kfree"
` [PATCH v2 0/6] net-PPP: Deletion of a few unnecessary checks
` [PATCH v2 1/6] net-PPP: Replacement of a printk() call by pr_warn() in mppe_rekey()
` [PATCH v2 2/6] net-PPP: Fix indentation
` [PATCH v2 3/6] net-PPP: Deletion of unnecessary checks before the function call "kfree"
` [PATCH v2 4/6] net-PPP: Less function calls in mppe_alloc() after error detection
` [PATCH v2 5/6] net-PPP: Delete an unnecessary assignment in mppe_alloc()
` [PATCH v2 6/6] net-PPP: Delete another "
[PATCH 1/3] netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch device offloads
2014-12-05 12:17 UTC (10+ messages)
[bisected] xfrm: TCP connection initiating PMTU discovery stalls on v3.12+
2014-12-05 12:09 UTC (4+ messages)
[PATCH 2/3] bridge: offload bridge port attributes to switch asic if feature flag set
2014-12-05 12:07 UTC (7+ messages)
[PATCH] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode
2014-12-05 11:39 UTC (3+ messages)
[PATCH iproute2 REGRESSIONS] ss: Fix layout issues introduced by regression
2014-12-05 11:16 UTC
3.12.33 - BUG xfrm_selector_match+0x25/0x2f6
2014-12-05 10:53 UTC (10+ messages)
[PATCH] broadcom: Add BCM54616S phy support
2014-12-05 10:44 UTC (2+ messages)
[PATCH 0/2] DMA API usage fixes in gianfar
2014-12-05 10:37 UTC (3+ messages)
` [PATCH 1/2] gianfar: handle map error in gfar_new_rxbdp()
` [PATCH 2/2] gianfar: handle map error in gfar_start_xmit()
[patch net-next v2 1/2] rocker: introduce be put/get variants and use it when appropriate
2014-12-05 10:25 UTC (6+ messages)
` [patch net-next v2 2/2] rocker: fix eth_type type in struct rocker_ctrl
am335x: cpsw: interrupt failure
2014-12-05 10:03 UTC (3+ messages)
Is this 32-bit NCM?y
2014-12-05 9:59 UTC (6+ messages)
[patch iproute2 0/6] iproute2: add changes for switchdev
2014-12-05 9:54 UTC (30+ messages)
` [patch iproute2 1/6] iproute2: ipa: show switch id
` [patch iproute2 4/6] bridge/link: add new offload hwmode swdev
` [patch iproute2 5/6] link: add missing IFLA_BRPORT_PROXYARP
[PATCH][net-next] net: avoid to call skb_queue_len again
2014-12-05 9:49 UTC
[PATCH] net: fix the flow limitation computation
2014-12-05 9:48 UTC
CAN presume-ack feature
2014-12-05 8:41 UTC (2+ messages)
` [PATCH] iproute2: Add support for "
randconfig build error with next-20141204, in drivers/net/ethernet/rocker/rocker.c
2014-12-05 8:32 UTC (6+ messages)
` [PATCH] net: ethernet: rocker: Add select to CONFIG_BRIDGE in Kconfig
[RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR
2014-12-05 8:29 UTC (3+ messages)
[PATCH iproute2] bridge link: add option 'self'
2014-12-05 7:55 UTC (4+ messages)
[PATCH v3 net-net 0/2] Increase the limit of tuntap queues
2014-12-05 7:35 UTC (6+ messages)
` [PATCH v3 net-next 2/2 tuntap: Increase the number of queues in tun
[patch] ipvs: uninitialized data with IP_VS_IPV6
2014-12-05 7:25 UTC (3+ messages)
[RESEND PATCH] net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code
2014-12-05 7:14 UTC
[PATCH 3/3] rocker: set feature NETIF_F_HW_SWITCH_OFFLOAD
2014-12-05 6:38 UTC (6+ messages)
[PATCH v2 01/17] new helper: skb_copy_and_csum_datagram_msg()
2014-12-05 5:58 UTC (17+ messages)
` the next chunk of iov_iter-net stuff for review
` [PATCH 01/12] raw.c: stick msghdr into raw_frag_vec
` [PATCH 02/12] ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"
` [PATCH 03/12] ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
` [PATCH 04/12] switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
` [PATCH 05/12] switch l2cap ->memcpy_fromiovec() to msghdr
` [PATCH 06/12] vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
` [PATCH 07/12] put iov_iter into msghdr
` [PATCH 08/12] first fruits - kill l2cap ->memcpy_fromiovec()
` [PATCH 09/12] switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
` [PATCH 10/12] ppp_read(): switch to skb_copy_datagram_iter()
` [PATCH 11/12] skb_copy_datagram_iovec() can die
` [PATCH 12/12] bury memcpy_toiovec()
[PATCH] net/mlx4: Fix EEH recovery failure
2014-12-05 4:28 UTC (2+ messages)
[RFC PATCH net-next] tun: support retrieving multiple packets in a single read with IFF_MULTI_READ
2014-12-05 4:00 UTC
[PATCH net-next 0/3] switchdev offload flags
2014-12-05 2:26 UTC
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-12-05 1:43 UTC (10+ messages)
` [PATCH] x86: bpf_jit_comp: Reduce is_ereg() code size
` [PATCH] x86: bpf_jit_comp: Remove inline from static function definitions
[PATCH net-next 0/3] ip: Support checksum returned in csmg
2014-12-05 1:17 UTC (3+ messages)
` [PATCH net-next 3/3] ip: Add support for IP_CHECKSUM cmsg
[PATCH net-next 1/2] tcp_cubic: add SNMP counters to track how effective is Hystart
2014-12-05 1:10 UTC (4+ messages)
[PATCH net-next 2/2] tcp_cubic: refine Hystart delay threshold
2014-12-05 0:48 UTC (2+ messages)
[PATCH iproute2] ip monitor: Fix issue when timestamp is printed w/o msg
2014-12-05 0:18 UTC
[PATCH net] gso: do GSO for local skb with size bigger than MTU
2014-12-05 0:25 UTC (21+ messages)
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-12-04 22:44 UTC
[PATCH iproute2] ip monitor: Fixed printing timestamp few times
2014-12-04 21:43 UTC (6+ messages)
[PATCHv3 net] i40e: Implement ndo_gso_check()
2014-12-04 21:15 UTC (7+ messages)
` [linux-nics] "
[PATCH] net: tulip: Remove private "strncmp"
2014-12-04 19:35 UTC (2+ messages)
[PATCH net-next] arch_fast_hash: avoid indirect function calls and implement hash in asm
2014-12-04 19:32 UTC (5+ messages)
[PATCHv2 net] i40e: Implement ndo_gso_check()
2014-12-04 18:41 UTC (9+ messages)
[PATCH] x86: bpf_jit_comp: simplify trivial boolean return
2014-12-04 18:05 UTC (7+ messages)
[PATCH net] amd-xgbe: Prevent Tx cleanup stall
2014-12-04 17:52 UTC
[PATCH v6 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
2014-12-04 17:50 UTC (8+ messages)
` [PATCH v6 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v6 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v6 4/7] fs/fuse: support compiling out splice
` [PATCH v6 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v6 5/7] net/core: support compiling out splice
` [PATCH v6 6/7] fs/nfsd: "
` [PATCH v6 7/7] fs/splice: full support for "
[PATCH 1/1] net: dsa: replacing the hard-coded sized array "dsa_switch" by dynamic one
2014-12-04 17:29 UTC (4+ messages)
` [PATCH v2 "
[patch net-next v4 0/9] sched: introduce vlan action
2014-12-04 16:57 UTC (8+ messages)
` [patch net-next v4 8/9] net: move vlan pop/push functions into common code
[PATCH] e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME
2014-12-04 16:50 UTC (2+ messages)
[PATCH iproute2] iplink: allow to show ip addresses
2014-12-04 16:41 UTC (2+ messages)
` [PATCH v2 iproute2] ipaddress: enable -details option
ipip6 - integer underrun when handlince icmpv4 unreachable messages
2014-12-04 16:22 UTC (3+ messages)
[RFC PATCH net-next v3 0/4] netns: allow to identify peer netns
2014-12-04 16:21 UTC (7+ messages)
` [PATCH net-next v4 "
[PATCH v2 4/7] fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
2014-12-04 16:17 UTC (3+ messages)
Where exactly will arch_fast_hash be used
2014-12-04 16:10 UTC (8+ messages)
Possible regression: "gre: Use inner mac length when computing tunnel length"
2014-12-04 16:00 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).